Merge pull request #88 from zjiekai/patch-1

Update README.md
This commit is contained in:
Jeromy Johnson 2016-08-17 14:14:28 -07:00 committed by GitHub
commit 6c6303f34a
1 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ libp2p implementation in Go is a work in progress. As such, there's a few things
## Install
```bash
$ go get -d github.com/ipfs/go-libp2p
$ cd $GOPATH/src/github.com/ipfs/go-libp2p
$ go get -d github.com/libp2p/go-libp2p
$ cd $GOPATH/src/github.com/libp2p/go-libp2p
$ make
```
@ -48,7 +48,7 @@ Examples can be found on the [libp2p-examples repo](https://github.com/whyruslee
# Run tests
```bash
$ cd $GOPATH/src/github.com/ipfs/go-libp2p
$ cd $GOPATH/src/github.com/libp2p/go-libp2p
$ make deps
$ go test ./p2p/<path of module you want to run tests for>
```