diff options
| author | Chris Lu <chris.lu@gmail.com> | 2016-06-02 18:15:54 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2016-06-02 18:15:54 -0700 |
| commit | a6e948840d302671aec481aa27db337cc5907bf4 (patch) | |
| tree | c96ba7312177fb8b24f0523c42adce6624038a48 /README.md | |
| parent | 5ce6bbf07672bf3f3c8d26cd2ce0e3e853a47c44 (diff) | |
| download | seaweedfs-a6e948840d302671aec481aa27db337cc5907bf4.tar.xz seaweedfs-a6e948840d302671aec481aa27db337cc5907bf4.zip | |
fix path
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -287,11 +287,11 @@ http://mercurial.selenic.com/downloads step 3: download, compile, and install the project by executing the following command -go get github.com/chrislusf/seaweedfs/weed/weed +go get github.com/chrislusf/seaweedfs/weed 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 $GOPATH/src/github.com/chrislusf/seaweedfs/weed/weed +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 ## Disk Related topics ## |
