Commit 439fb265 authored by Steven Allen's avatar Steven Allen
Browse files

Fix the go get command.

We need to download dependencies for all packages in the repo, not just the
root (there are no packages at the root).

fixes #219
parent 50e78ea4
...@@ -64,7 +64,7 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is ...@@ -64,7 +64,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 -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