Skip to content

Commit

Permalink
changed the position of brew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
igofman authored Aug 17, 2023
1 parent 11d2bc2 commit aee4156
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -81,18 +90,6 @@ For zsh:
Replace `<path_to_directory_containing_cnappgoat>` 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

```
Expand Down

0 comments on commit aee4156

Please sign in to comment.