From 56f806b7ea6fc69e90c7eaec63a697cd7fb936aa Mon Sep 17 00:00:00 2001 From: Henri DF Date: Tue, 10 May 2016 20:27:26 -0700 Subject: [PATCH] Update README.md Add instructions for uninstallation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.