From e0cc0a2263a7eef318ea2b76f1e3f0057c89314e Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 14 Apr 2020 08:54:12 -0700 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Contributing.md b/Contributing.md index 78fd374..5fa3008 100644 --- a/Contributing.md +++ b/Contributing.md @@ -18,9 +18,8 @@ commands are running. Run the command below to get setup right away. make clean compile build ``` - List of requirements for compiling assets, building binary, and testing. -- [Go Language](https://golang.org/) (currently `1.10.3`) +- [Go Language](https://golang.org/) - [Docker](https://docs.docker.com/) - [SASS](https://sass-lang.com/install) - [Cypress](https://www.cypress.io/) (only used for UI testing, `make cypress-install`) @@ -50,7 +49,7 @@ Statping will run all tests in the `cmd` folder on MySQL, Postgres, and SQLite databases. You can run `make databases` to automatically create MySQL and Postgres with Docker. -###### Go Unit Testing: +###### Golang Testing: ```bash make test @@ -78,7 +77,7 @@ system. ###### Build for local operating system: ```bash -make build +make compile build ``` # Compile for Production