Commit dd1caddc authored by Lars Gierth's avatar Lars Gierth

readme: fix go get invocations

They didn't previously make sure the code was up-to-date.

License: MIT
Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
parent 67a1b3e1
......@@ -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