Skip to content

Commit

Permalink
chore(docco): Add Homebrew as a MacOS install option
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Gerard <kata.mapkon@gmail.com>
  • Loading branch information
mapkon authored and poiana committed Mar 25, 2024
1 parent cf958dc commit a89aa89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,13 @@ sudo install -o root -g root -m 0755 falcoctl /usr/local/bin/falcoctl
> NOTE: Make sure */usr/local/bin* is in your PATH environment variable.
#### MacOS
The easiest way to install on MacOS is via `Homebrew`:
```bash
brew install falcoctl
```

Alternatively, you can download directly from the source:

##### Intel
```bash
LATEST=$(curl -sI https://github.com/falcosecurity/falcoctl/releases/latest | awk '/location: /{gsub("\r","",$2);split($2,v,"/");print substr(v[8],2)}')
Expand Down

0 comments on commit a89aa89

Please sign in to comment.