@cryptotaxi247 / kubo / commits / 56004ca6c

readme: add `-u` to gx install commands in manual build instructions

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Sep 19, 2016 at 16:59 UTC 56004ca6c25c3b2cd7b7f3b342f6f40448666b2d
1 file changed +2 -2
README.md
+2 -2
@@ -106,8 +106,8 @@ If your operating system isn't officially supported, but you still want to try
106 building ipfs anyways (it should work fine in most cases), you can do the
107 following:
108
109 -- Install gx: `go get github.com/whyrusleeping/gx`
110 -- Install gx-go: `go get github.com/whyrusleeping/gx-go`
109 +- Install gx: `go get -u github.com/whyrusleeping/gx`
110 +- Install gx-go: `go get -u github.com/whyrusleeping/gx-go`
111 - Fetch ipfs source: `go get -d github.com/ipfs/go-ipfs 2> /dev/null`
112 - Enter source directory: `cd $GOPATH/src/github.com/ipfs/go-ipfs`
113 - Install deps: `gx install`