diff --git a/README.md b/README.md index bfb1f8195ff3100ff5cc20c8c5140ad272ab43cb..10c7e5f4aa733eece1b4ffddea72b965323cd9f7 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,6 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is Examples can be found on the [examples folder](examples). -# Run tests - -```bash -$ cd $GOPATH/src/github.com/libp2p/go-libp2p -$ make deps -$ gx test ./p2p/ -``` - ## Development ### Dependencies @@ -106,6 +98,12 @@ Before commiting and pushing to Github, make sure to rewind the gx'ify of depend Running of individual tests is done through `gx test ` +```bash +$ cd $GOPATH/src/github.com/libp2p/go-libp2p +$ make deps +$ gx test ./p2p/ +``` + ### Packages > **WIP**