Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
a70db393
Commit
a70db393
authored
Jul 30, 2015
by
Muneeb Ali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
8a75c755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+9
-1
No files found.
README.md
View file @
a70db393
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment