From d4106d92b1b1e5a57908b06a326c64f99919b4ef Mon Sep 17 00:00:00 2001 From: Shlok Patel Date: Wed, 3 Nov 2021 21:26:57 +0530 Subject: [PATCH] Minor contributing.md changes --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 418c6d3..3376b39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,10 @@ or by [gh](https://github.com/cli/cli) : - Change directory to your local copy: `cd ` +- Setup the project with: + ``` + make setup + ``` - `go mod tidy` (Optional, if bash errors out) - Build the tool using make: `make build` @@ -24,4 +28,4 @@ Now you will have your tool in `bin` folder, you can try it out following `Readm - \ No newline at end of file +