add uninstall directive

This commit is contained in:
Thibault "bui" Koechlin 2020-09-28 09:41:59 +02:00 committed by GitHub
parent 687077010c
commit dc31dbf226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,4 +80,12 @@ make build
{{crowdsec.name}} bin will be located in `./cmd/crowdsec/crowdsec` and {{cli.name}} bin in `cmd/crowdsec-cli/{{cli.bin}}`
Now, you can install either with [interactive wizard](#using-the-interactive-wizard) or the [unattended mode](#using-unattended-mode).
Now, you can install either with [interactive wizard](#using-the-interactive-wizard) or the [unattended mode](#using-unattended-mode).
# Uninstalling
You can uninstall crowdsec using the wizard : `sudo ./wizard.sh --uninstall`