Commit a70db393 authored by Muneeb Ali's avatar Muneeb Ali

Update README.md

parent 8a75c755
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment