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 +