mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
Simplify install + Note for git and hg.
This commit is contained in:
parent
c814dd0300
commit
08edee6d84
@ -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
|
||||
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user