From 88aa0e8159f1a8c3bad4ff8e5d5729afc02951e6 Mon Sep 17 00:00:00 2001 From: Martijn Pieters Date: Wed, 2 Feb 2022 23:00:35 +0000 Subject: [PATCH] :book: Add make install to Environment Setup Fixes #1588 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bdf3ca37db..48f5d7b7bce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,6 +71,7 @@ git clone git@github.com:/scorecard.git $GOPATH/src/github.com//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