Browse Source

Merge branch 'master' of https://github.com/chrislusf/seaweedfs

pull/758/head
Chris Lu 6 years ago
parent
commit
79371c03a8
  1. 10
      README.md

10
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 ##

Loading…
Cancel
Save