Merge pull request #3288 from ipfs/fix/readme-go-get

readme: fix go get invocations
This commit is contained in:
Jeromy Johnson 2016-10-15 09:04:12 -04:00 committed by GitHub
commit 5ec0e59407

View File

@ -89,7 +89,7 @@ for dependency management.
First download `go-ipfs` without installing:
```
$ go get -d github.com/ipfs/go-ipfs
$ go get -u -d github.com/ipfs/go-ipfs
$ cd $GOPATH/src/github.com/ipfs/go-ipfs
```