Updated How to Install Falco for Linux (markdown)

Mark Stemm
2018-10-17 10:49:32 -07:00
parent 7523780bf9
commit ea5e3a6007

@@ -2,9 +2,15 @@
## Scripted install
To install falco automatically in one step, simply run the following command as root or with sudo:
To install falco, you can download a shell script that takes care of the necessary steps. First download the script:
`curl -s https://s3.amazonaws.com/download.draios.com/stable/install-falco | sudo bash`
`curl -o install-falco.sh -s https://s3.amazonaws.com/download.draios.com/stable/install-falco`
Then verify the md5 checksum of the script. It should be `7f5126d9a69e74cb9a47e59d17f9c42b`.
Then run the script either as root or with sudo:
`sudo bash install-falco.sh`
## Package install