1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 08:06:53 +02:00

Merge pull request #755 from codeskyblue/master

update dev-plan with markdown format
This commit is contained in:
Chris Lu 2018-10-24 22:24:32 -07:00 committed by GitHub
commit 082bb49c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 $GOPATH/src/github.com/chrislusf/seaweedfs/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 ##