Commit b2d738a3 authored by David Dias's avatar David Dias
Browse files

docs: add a note about gxifying deps

parent 564e2ba3
......@@ -88,6 +88,20 @@ $ go test ./p2p/<path of module you want to run tests for>
## 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 <path to test>`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment