aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-11-03 10:08:07 -0800
committerGitHub <noreply@github.com>2020-11-03 10:08:07 -0800
commit8054ef23103bdfaa2912f4ebf2d3454a11713339 (patch)
tree9b2f3b302f9d72736f19d0a12331cf1cde15565c
parentc709059b690e2e5c70b262f4c884bb784cd1781a (diff)
downloadseaweedfs-8054ef23103bdfaa2912f4ebf2d3454a11713339.tar.xz
seaweedfs-8054ef23103bdfaa2912f4ebf2d3454a11713339.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13fe03572..235d1e2ff 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a
## Quick Start ##
* Download the latest binary from https://github.com/chrislusf/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe`
-* Run `weed server -s3` to start one master, one volume server, one filer, and one S3 gateway.
+* Run `weed server -dir=. -s3` to start one master, one volume server, one filer, and one S3 gateway, with data stored in current directory.
## Example: Using Seaweed Object Store ##