mirror of https://github.com/statping/statping
Updated Contributing (markdown)
parent
7f1974119d
commit
e5ff8baa0a
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue