aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-30 02:29:13 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-30 02:29:13 -0700
commit79371c03a8e056b694490fd6434268a54b0d509d (patch)
treeaab786b41ef86ba1be44b61550e709a1647ece01
parentfe31f389b0873df6ffdb37f8bcffc5e4fc69314d (diff)
parent082bb49c7cdb804690c8d6f7299f6d90038e0fc4 (diff)
downloadseaweedfs-79371c03a8e056b694490fd6434268a54b0d509d.tar.xz
seaweedfs-79371c03a8e056b694490fd6434268a54b0d509d.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb3058dbf..c0ea1cecf 100644
--- a/README.md
+++ b/README.md
@@ -357,11 +357,17 @@ http://mercurial.selenic.com/downloads
step 3: download, compile, and install the project by executing the following command
+```bash
go get github.com/chrislusf/seaweedfs/weed
+```
+
+once this is done, you should see the executable "weed" under `$GOPATH/bin`
-once this is done, you should see the executable "weed" under $GOPATH/bin
+step 4: after you modify your code locally, you could start a local build by calling `go install` under
-step 4: after you modify your code locally, you could start a local build by calling "go install" under $GOPATH/src/github.com/chrislusf/seaweedfs/weed
+```
+$GOPATH/src/github.com/chrislusf/seaweedfs/weed
+```
## Disk Related topics ##