aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-11-09 13:38:18 -0800
committerGitHub <noreply@github.com>2020-11-09 13:38:18 -0800
commitcc62a2c9ac3c0c1c51174f6843ab81de413ad3bb (patch)
treeaeacac7235cb66469e4bdb3caceaed8f9e04ce97
parent6856b0d57ee663fe23e49cb7d4248f558c12bef6 (diff)
downloadseaweedfs-cc62a2c9ac3c0c1c51174f6843ab81de413ad3bb.tar.xz
seaweedfs-cc62a2c9ac3c0c1c51174f6843ab81de413ad3bb.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9be3d59ae..5dcc80864 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +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.
+
+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!
You can also start each module individually. See `weed -h`, or `weed <command> -h` for help.