From e5ff8baa0a665a9deb8663cd0639531fc9a11364 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 14 Apr 2020 08:51:49 -0700 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```