diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-16 00:37:26 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-16 00:37:26 -0800 |
| commit | d4dc00471a4390d8f299fbb286fe0b65596712e6 (patch) | |
| tree | 9dfc641385a749f44442f7bf8e898258649de48a | |
| parent | 1560ec7e26abdb04fbf4c3509244e2636fe018ab (diff) | |
| parent | b394380a36c3ae8c2764a9d181dbe01cff86b71e (diff) | |
| download | seaweedfs-d4dc00471a4390d8f299fbb286fe0b65596712e6.tar.xz seaweedfs-d4dc00471a4390d8f299fbb286fe0b65596712e6.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
| -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. |
