Commit 5ec0e594 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

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

readme: fix go get invocations
parents d5c716a3 dd1caddc
......@@ -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
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment