From 56004ca6c25c3b2cd7b7f3b342f6f40448666b2d Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 19 Sep 2016 16:59:51 +0200 Subject: [PATCH] readme: add `-u` to gx install commands in manual build instructions License: MIT Signed-off-by: Jakub Sztandera --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a9988028a6..1b51febc2e5 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,8 @@ If your operating system isn't officially supported, but you still want to try building ipfs anyways (it should work fine in most cases), you can do the following: -- Install gx: `go get github.com/whyrusleeping/gx` -- Install gx-go: `go get github.com/whyrusleeping/gx-go` +- Install gx: `go get -u github.com/whyrusleeping/gx` +- Install gx-go: `go get -u github.com/whyrusleeping/gx-go` - Fetch ipfs source: `go get -d github.com/ipfs/go-ipfs 2> /dev/null` - Enter source directory: `cd $GOPATH/src/github.com/ipfs/go-ipfs` - Install deps: `gx install`