aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhilimd <68371223+hilimd@users.noreply.github.com>2020-11-11 10:16:39 +0800
committerGitHub <noreply@github.com>2020-11-11 10:16:39 +0800
commita38efe2e7baf34cb074c9db095f7db50de0fa156 (patch)
treea731f4e931f5ec6ec3087babfa1f4a2ff781b80c /README.md
parent546f1bcb903dd26ba447cdbedb972736fdb31b42 (diff)
parentde3bdd0651cb2b83319d78cbb0f9da86cd950bfb (diff)
downloadseaweedfs-a38efe2e7baf34cb074c9db095f7db50de0fa156.tar.xz
seaweedfs-a38efe2e7baf34cb074c9db095f7db50de0fa156.zip
Merge pull request #35 from chrislusf/master
sync
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9be3d59ae..71ca5cdf8 100644
--- a/README.md
+++ b/README.md
@@ -144,9 +144,9 @@ On top of the object store, optional [Filer] can support directories and POSIX a
## Quick Start ##
* Download the latest binary from https://github.com/chrislusf/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe`
-* Run `weed server -dir=. -s3` to start one master, one volume server, one filer, and one S3 gateway, with data stored in current directory.
+* Run `weed server -dir=/some/data/dir -s3` to start one master, one volume server, one filer, and one S3 gateway.
-You can also start each module individually. See `weed -h`, or `weed <command> -h` for help.
+Also, to increase capacity, just add more volume servers by `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally or a different machine. That is it!
## Example: Using Seaweed Object Store ##