From 6da2dca14107843b5e7e241529768505158419c9 Mon Sep 17 00:00:00 2001 From: Vera Bogdanich Espina Date: Thu, 1 Sep 2022 10:47:12 -0700 Subject: [PATCH] Mention pre-requirements in the README (#1375) * Mention pre-requirements in the README * Change in the README the Go version pre-required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5013923..8f36e5410 100644 --- a/README.md +++ b/README.md @@ -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