Skip to content

Commit

Permalink
📖 Add make install to Environment Setup
Browse files Browse the repository at this point in the history
Fixes #1588
  • Loading branch information
mjpieters authored and naveensrinivasan committed Feb 3, 2022
1 parent 4581c36 commit 88aa0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ git clone [email protected]:<user>/scorecard.git $GOPATH/src/github.com/<user>/scor

1. Ensure you activate module support before continue (`$ export
GO111MODULE=on`)
1. Install the build tools for the project by running the command `make install`
1. Run the command `make build` to build the source code

## PR Process
Expand Down

0 comments on commit 88aa0e8

Please sign in to comment.