Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fresh

Signed-off-by: cccsss01 <[email protected]>
  • Loading branch information
cccsss01 authored and poiana committed Jan 17, 2024
1 parent dc4d2b7 commit c765ae8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ docker run -d -p 2801:2801 -e SLACK_WEBHOOKURL=XXXX -e DATADOG_APIKEY=XXXX falco

* Download the latest release:
```shell
wget https://github.com/falcosecurity/falcosidekick/releases/latest -o falcosidekick
VER=$(curl --silent -qI https://github.com/falcosecurity/falcosidekick/releases/latest | awk -F '/' '/^location/ {print substr($NF, 1, length($NF)-1)}')
wget -c https://github.com/falcosecurity/falcosidekick/releases/download/${VER}/falcosidekick_${VER}_linux_arm64.tar.gz -O - | tar -xz
or
wget -c https://github.com/falcosecurity/falcosidekick/releases/download/${VER}/falcosidekick_${VER}_linux_amd64.tar.gz -O - | tar -xz
chmod +x falcosidekick
sudo mv falcosidekick /usr/local/bin/
```
Expand Down

0 comments on commit c765ae8

Please sign in to comment.