Updated Contributing (markdown)

master
Hunter Long 2020-04-14 08:51:49 -07:00
parent 7f1974119d
commit e5ff8baa0a
1 changed files with 5 additions and 1 deletions

@ -3,6 +3,10 @@ to see how you can test, compile and build Statping for production use. I
recommend you use `make` with this process, it will save you time and it will
auto-include many customized parameters to get everything working correctly.
# Requirements
- Golang `1.14`
- Node `10.15.3`
# Dependencies
Statping has a couple of required dependencies when testing and compiling the
@ -11,7 +15,7 @@ will make these tasks a lot easier. Take a look at the Makefile to see what
commands are running. Run the command below to get setup right away.
```bash
make dev-deps
make clean compile build
```