diff --git a/Contributing.md b/Contributing.md index 3414e43..78fd374 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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 ```