aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-04 09:52:38 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-04 09:52:40 -0800
commit2121eba4cfcb782ad911df19c92b9c533a0df657 (patch)
tree747758d1001deddd5cfddd1a6e0b7332066d0b35
parenteb0b8cd9d83f1e814f2ebe6a6f85e1c9c91a62ea (diff)
downloadseaweedfs-2121eba4cfcb782ad911df19c92b9c533a0df657.tar.xz
seaweedfs-2121eba4cfcb782ad911df19c92b9c533a0df657.zip
add instructions to get help
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 235d1e2ff..1d8608569 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,8 @@ On top of the object store, optional [Filer] can support directories and POSIX a
* 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.
+You can also start each module individually. See `weed -h`, or `weed <command> -h` for help.
+
## Example: Using Seaweed Object Store ##
By default, the master node runs on port 9333, and the volume nodes run on port 8080.