Skip to content

Commit

Permalink
Merge pull request seaweedfs#2679 from guo-sj/update_readme
Browse files Browse the repository at this point in the history
update links in README.md
  • Loading branch information
chrislusf authored Feb 16, 2022
2 parents 3cbce87 + 878c187 commit b394380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand Down

0 comments on commit b394380

Please sign in to comment.