提交 3857ded2 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3236 from ipfs/docs/manual/gx-with-u

readme: add `-u` to gx install commands in manual build instructions
...@@ -106,8 +106,8 @@ If your operating system isn't officially supported, but you still want to try ...@@ -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 building ipfs anyways (it should work fine in most cases), you can do the
following: following:
- Install gx: `go get github.com/whyrusleeping/gx` - Install gx: `go get -u github.com/whyrusleeping/gx`
- Install gx-go: `go get github.com/whyrusleeping/gx-go` - 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` - 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` - Enter source directory: `cd $GOPATH/src/github.com/ipfs/go-ipfs`
- Install deps: `gx install` - Install deps: `gx install`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论