From bf9b6918bb6abb4b39357b8541670d708314e3cf Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 17 Aug 2018 10:07:55 -0700 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index cf363ae..7a4cdb6 100644 --- a/Contributing.md +++ b/Contributing.md @@ -57,7 +57,29 @@ make build-all # What Now Everything tested, compiled and worked out!? Awesome! 💃 You can now commit your changes, and submit a Pull Request with the features/bugs you added or removed. - +# Makefile Commands +```bash +make build # build the binary +make install +make run +make test +make coverage +make docs +# Building Statup +make build-all +make build-alpine +make docker +make docker-run +make docker-dev +make docker-run-dev +make databases +make dep +make dev-deps +make clean +make compress +make cypress-install +make cypress-test +```