Update README.md
Muneeb Ali committed
Jul 30, 2015 at 10:58 UTC
a70db393c6d891898a1717627ef105e60b1a2897
1 file changed
+9
-1
README.md
+9
-1
@@ -14,7 +14,15 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https://
14
15
## Install
16
17
-[Install Go 1.4+](http://golang.org/doc/install). Then simply:
17
+[Download Go 1.4+](https://golang.org/dl/).
18
+
19
+Setup PATH environment variable e.g., by adding these lines to your /etc/profile (for a system-wide installation) or $HOME/.profile:
20
+```
21
+export PATH=$PATH:/usr/local/go/bin
22
+export PATH=$PATH:$GOPATH/bin
23
+```
24
+
25
+Then simply:
26
27
```
28
go get -u github.com/ipfs/go-ipfs/cmd/ipfs