diff --git a/README.md b/README.md index 3da660bd5e47b6731e78f5c0a6e25c26889b60a0..5de5a36451c2366c86a2fcc532917251519c7a5c 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,20 @@ $ go test ./p2p/ ## Development +### Dependencies + +While developing, you need to use gx to install and link your dependencies, to do that, run: + +```sh +> make deps +``` + +Before commiting and pushing to Github, make sure to rewind the gx'ify of dependencies. You can do that with: + +```sh +> make publish +``` + ### Tests Running of individual tests is done through `go test `