diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2023-01-16 17:55:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-16 17:55:55 -0800 |
| commit | ca901742cbf648d4039ff66a7cad5a348279a0c0 (patch) | |
| tree | e4a93964373365b5ec7d82c2b59fe2637f7fbbc1 /README.md | |
| parent | 11d055bfc1186c9f5d29e0143fd506ed700a19c3 (diff) | |
| download | seaweedfs-ca901742cbf648d4039ff66a7cad5a348279a0c0.tar.xz seaweedfs-ca901742cbf648d4039ff66a7cad5a348279a0c0.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ Table of Contents `docker run -p 8333:8333 chrislusf/seaweedfs server -s3` ## Quick Start with Single Binary ## -* Download the latest binary from https://github.com/seaweedfs/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe` +* Download the latest binary from https://github.com/seaweedfs/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe`. Or run `go install github.com/seaweedfs/seaweedfs/weed@latest`. * 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 thousands of machines. That is it! |
