From aee4156889ec6d923de1945006ed3827df68d4a1 Mon Sep 17 00:00:00 2001 From: igofman Date: Fri, 18 Aug 2023 00:41:53 +0300 Subject: [PATCH] changed the position of brew instructions --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c0ef02f..82cca8d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ ones. ### Installation +#### Homebrew + +CNAPPgoat can be easily installed for macOS users using the Homebrew package manager. + +```bash +brew tap ermetic-research/cnappgoat +brew install cnappgoat +``` + #### Downloading the release 1. Download the latest release from [here](https://github.com/ermetic-research/CNAPPgoat/releases/latest). @@ -81,18 +90,6 @@ For zsh: Replace `` with the absolute path to the directory where `cnappgoat` binary resides. -#### Installation using Homebrew - -For macOS users, CNAPPgoat can be easily installed using the Homebrew package manager. If you haven't already installed -Homebrew, you can do so by following the instructions on the [official website](https://brew.sh/). - -Once Homebrew is set up, you can install CNAPPgoat with the following commands: - -```bash -brew tap ermetic-research/cnappgoat -brew install cnappgoat -``` - ### Usage ```