diff --git a/README.md b/README.md index eb4ecf30..47bdd691 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,9 @@ Warning: The following command might not work with any kernel. Make sure to cust `yum -y install falco` + +To uninstall, just do `yum erase falco`. + ##### Debian - Trust the Draios GPG key, configure the apt repository, and update the package list @@ -155,9 +158,8 @@ Warning: The following command might not work with any kernel. Make sure to cust `apt-get -y install falco` -Instructions for installing via .deb, .rpm, or docker. To be filled in pre-release. +To uninstall, just do `apt-get remove falco`. -For now, local compilation and installation is the way to install (see "Building Falco" below). ##### Container install (general) @@ -192,6 +194,8 @@ curl -s https://s3.amazonaws.com/download.draios.com/stable/install-falco | bash sysdig-probe-loader ``` + + ## Running Falco Falco is intended to be run as a service. But for experimentation and designing/testing rulesets, you will likely want to run it manually from the command-line.