diff options
| author | chrislu <chris.lu@gmail.com> | 2023-01-16 22:43:05 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-01-16 22:43:05 -0800 |
| commit | e619664eeb91e0c2e3f40eb06255b0c363faf116 (patch) | |
| tree | 6026c1125ed83ab66eb0119ca7f2d6ce0d4c0a40 | |
| parent | bfe5d910c6fed2017298f8986f42075c7b55e33e (diff) | |
| parent | ca901742cbf648d4039ff66a7cad5a348279a0c0 (diff) | |
| download | seaweedfs-e619664eeb91e0c2e3f40eb06255b0c363faf116.tar.xz seaweedfs-e619664eeb91e0c2e3f40eb06255b0c363faf116.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
| -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! |
