diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-05 12:41:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 12:41:11 -0800 |
| commit | a08e9d59ecaaa563b993478359aab6794b2d7269 (patch) | |
| tree | bcc67d1992731f67a8dfe452c4901bc623a6feba | |
| parent | eaac1a1393ab006383e00c70c37a9725d506263c (diff) | |
| download | seaweedfs-a08e9d59ecaaa563b993478359aab6794b2d7269.tar.xz seaweedfs-a08e9d59ecaaa563b993478359aab6794b2d7269.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Table of Contents * 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=/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! +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, or thoudsands of machines. That is it! ## Introduction ## |
