readme: fix go get invocations
They didn't previously make sure the code was up-to-date. License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Oct 6, 2016 at 17:42 UTC
dd1caddccb9c3796991207a4756e583651502617
1 file changed
+1
-1
README.md
+1
-1
@@ -89,7 +89,7 @@ for dependency management.
89
First download `go-ipfs` without installing:
90
91
```
92
-$ go get -d github.com/ipfs/go-ipfs
92
+$ go get -u -d github.com/ipfs/go-ipfs
93
94
$ cd $GOPATH/src/github.com/ipfs/go-ipfs
95
```