diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-02-15 22:55:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-15 22:55:04 -0800 |
| commit | b394380a36c3ae8c2764a9d181dbe01cff86b71e (patch) | |
| tree | 1947051f7ac5dc268e9bd36fd62990c628ef7c98 | |
| parent | 3cbce878f2c658c197c15eb36c63551ec1da2b44 (diff) | |
| parent | 878c187916b58d46832851b5fcf2d4e662e9c30b (diff) | |
| download | seaweedfs-b394380a36c3ae8c2764a9d181dbe01cff86b71e.tar.xz seaweedfs-b394380a36c3ae8c2764a9d181dbe01cff86b71e.zip | |
Merge pull request #2679 from guo-sj/update_readme
update links in README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
