1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

Merge pull request #1542 from muneeb-ali/patch-1

Update README.md re $GOPATH/bin
This commit is contained in:
Juan Benet
2015-07-30 08:48:31 -07:00

View File

@ -14,7 +14,15 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https://
## Install
[Install Go 1.4+](http://golang.org/doc/install). Then simply:
[Download Go 1.4+](https://golang.org/dl/).
Setup PATH environment variable e.g., by adding these lines to your /etc/profile (for a system-wide installation) or $HOME/.profile:
```
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$GOPATH/bin
```
Then simply:
```
go get -u github.com/ipfs/go-ipfs/cmd/ipfs