From dd1caddccb9c3796991207a4756e583651502617 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Thu, 6 Oct 2016 17:42:10 +0200 Subject: [PATCH] readme: fix go get invocations They didn't previously make sure the code was up-to-date. License: MIT Signed-off-by: Lars Gierth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b51febc2..510c974b9 100644 --- a/README.md +++ b/README.md @@ -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 ```