Unverified Commit d9712a3b authored by Steven Allen's avatar Steven Allen Committed by GitHub
Browse files

Merge pull request #298 from qidu/patch-1

Update README.md
parents 9e5ef7a4 075d336c
...@@ -65,7 +65,7 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is ...@@ -65,7 +65,7 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is
### Install ### Install
```bash ```bash
> go get -d github.com/libp2p/go-libp2p/... > go get -u -d github.com/libp2p/go-libp2p/...
> cd $GOPATH/src/github.com/libp2p/go-libp2p > cd $GOPATH/src/github.com/libp2p/go-libp2p
> make > make
> make deps > make deps
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment