aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2018-10-24 22:24:32 -0700
committerGitHub <noreply@github.com>2018-10-24 22:24:32 -0700
commit082bb49c7cdb804690c8d6f7299f6d90038e0fc4 (patch)
tree41ff0796e163a348d20f6c5e4cbf8a54849e5936
parent9e98bba20634d73146b89ed6d220bede55a34192 (diff)
parent854fb3861280f06d705475ee9e696063fd9e1b37 (diff)
downloadseaweedfs-082bb49c7cdb804690c8d6f7299f6d90038e0fc4.tar.xz
seaweedfs-082bb49c7cdb804690c8d6f7299f6d90038e0fc4.zip
Merge pull request #755 from codeskyblue/master
update dev-plan with markdown format
-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 ##