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
33481093
Commit
33481093
authored
Jul 27, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15 from toqueteos/patch-1
Simplify install + Note for git and hg.
parents
c814dd03
08edee6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+3
-4
No files found.
README.md
View file @
33481093
...
...
@@ -12,12 +12,11 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https://
[
Install Go
](
http://golang.org/doc/install
)
. Then:
```
git clone https://github.com/jbenet/go-ipfs
cd go-ipfs/cmd/ipfs
go get ./...
go install
go get github.com/jbenet/go-ipfs/cmd/ipfs
```
NOTE:
`git`
and mercurial (
`hg`
) are required in order for
`go get`
to fetch all dependencies.
## Usage
```
...
...
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