From ef2617a73072721dbf5162359a4bde8f9898e07e Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Fri, 14 Oct 2022 09:35:53 +1030 Subject: [PATCH] Add info about installing via Chocolatey on Windows --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a3bc6801c..2b67bd55c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,14 @@ yay -S terrascan $ brew install terrascan ``` +#### Install on Windows via Chocolatey + +[Chocolatey](https://community.chocolatey.org) users can install by: + +```powershell +choco install terrascan +``` + #### Docker image Terrascan is also available as a Docker image and can be used as follows