aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguosj <515878133@qq.com>2022-02-16 14:20:58 +0800
committerguosj <515878133@qq.com>2022-02-16 14:20:58 +0800
commit878c187916b58d46832851b5fcf2d4e662e9c30b (patch)
treee8a34604e93ff89a19a5fad13a222fceaf16cc11
parent21aaa4c1f1c85486b5148605f8cb15db3f870be2 (diff)
downloadseaweedfs-878c187916b58d46832851b5fcf2d4e662e9c30b.tar.xz
seaweedfs-878c187916b58d46832851b5fcf2d4e662e9c30b.zip
update links in README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee00c6837..7b236bc00 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ Table of Contents
=================
* [Quick Start](#quick-start)
+ * [Quick Start for S3 API on Docker](#quick-start-for-s3-api-on-docker)
+ * [Quick Start with Single Binary](#quick-start-with-single-binary)
* [Introduction](#introduction)
* [Features](#features)
* [Additional Features](#additional-features)
@@ -74,7 +76,7 @@ Table of Contents
`docker run -p 8333:8333 chrislusf/seaweedfs server -s3`
-## Quick Start with single binary ##
+## Quick Start with Single Binary ##
* 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.