Skip to content

Commit

Permalink
Merge pull request #3236 from ipfs/docs/manual/gx-with-u
Browse files Browse the repository at this point in the history
readme: add `-u` to gx install commands in manual build instructions
  • Loading branch information
whyrusleeping authored Sep 20, 2016
2 parents 73cd8b3 + 56004ca commit 3857ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 3857ded

Please sign in to comment.