add uninstall directive
This commit is contained in:
parent
687077010c
commit
dc31dbf226
1 changed files with 9 additions and 1 deletions
|
@ -81,3 +81,11 @@ make build
|
||||||
{{crowdsec.name}} bin will be located in `./cmd/crowdsec/crowdsec` and {{cli.name}} bin in `cmd/crowdsec-cli/{{cli.bin}}`
|
{{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`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue