From caa868349aed12d3c3f926d9e144ebf2bfd7682e Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 21 Aug 2017 21:19:12 +0100 Subject: [PATCH] docs: fix, deduplicate tests instructions --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bfb1f81..10c7e5f 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** -- GitLab