-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📖 Add make install to Environment Setup
Fixes #1588
- Loading branch information
1 parent
4581c36
commit 88aa0e8
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|