Merge pull request #298 from qidu/patch-1

Update README.md
This commit is contained in:
Steven Allen 2018-07-27 19:31:42 +00:00 committed by GitHub
commit d9712a3b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is
### Install
```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
> make
> make deps