Skip to content

Commit

Permalink
Mention pre-requirements in the README (#1375)
Browse files Browse the repository at this point in the history
* Mention pre-requirements in the README

* Change in the README the Go version pre-required
  • Loading branch information
VeraBE authored Sep 1, 2022
1 parent 8ae1345 commit 6da2dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Terrascan's default output is a list of violations present in the scanned IaC. A
![Screenshot 2021-01-19 at 10 52 47 PM](https://user-images.githubusercontent.com/74685902/105115731-32d2ff80-5a7e-11eb-93b0-2f0620eb1295.png)

## Building Terrascan
Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan.
Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan. [gcc](https://gcc.gnu.org/install/) and [Go](https://go.dev/doc/install) 1.17 or above are required.

```sh
$ git clone git@github.com:tenable/terrascan.git
Expand Down

0 comments on commit 6da2dca

Please sign in to comment.