From 1aa23385fa468119632d3d94c36eb92b86fc973a Mon Sep 17 00:00:00 2001 From: Cesar Rodriguez Date: Sun, 16 Aug 2020 01:12:37 -0400 Subject: [PATCH] removing homebrew for now --- README.md | 7 ------- docs/getting-started.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/README.md b/README.md index 9da94a039..efd1ecb4f 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,6 @@ Terrascan is also available as a Docker image and can be used as follows $ docker run accurics/terrascan ``` -### Homebrew -Terrascan can be installed using Homebrew on macOS: - -``` -brew install terrascan -``` - ## Getting started To scan your code for security issues you can run the following diff --git a/docs/getting-started.md b/docs/getting-started.md index c43e98268..4566dfbe9 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -20,13 +20,6 @@ Terrascan is available as a Docker image and can used as follows: $ docker run accurics/terrascan ``` -### Installing on macOS -For Mac users, Terrascan can be installed using Homebrew: - -``` Bash -brew install terrascan -``` - ### Building Terrascan Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan.