diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-04 12:24:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-04 12:24:03 -0700 |
| commit | 7cf7e05cbbdd24e3708f5370dc57a38859e88795 (patch) | |
| tree | a9f36b01509d535cb50a3a8f15fd07de18eb99ca | |
| parent | 5dca98fe71948c355ff608b59f4fa8389faa8ece (diff) | |
| parent | 404cf9db47b8c91a07cee42122d83fd6f319c437 (diff) | |
| download | seaweedfs-7cf7e05cbbdd24e3708f5370dc57a38859e88795.tar.xz seaweedfs-7cf7e05cbbdd24e3708f5370dc57a38859e88795.zip | |
Merge pull request #1960 from xdevs23/patch-1
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,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 running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thoudsands of machines. That is it! +Also, to increase capacity, just add more volume servers by running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thousands of machines. That is it! ## Introduction ## |
