1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 07:57:30 +08:00

get deps in readme

This commit is contained in:
Juan Batiz-Benet
2014-07-22 02:38:03 -07:00
parent 4fcdb23bd1
commit a5d94d3b7f

View File

@ -14,6 +14,7 @@ Please put all issues regarding go IPFS _implementation_ in [this repo](https://
```
git clone https://github.com/jbenet/go-ipfs
cd go-ipfs/cmd/ipfs
go get ./...
go install
```