From f10a1cdc2aa9b02b5a9dfcc48405ecc7000e33ed Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Tue, 5 Mar 2024 20:14:51 +0300 Subject: [PATCH] Update crowdsec/readme.md --- crowdsec/readme.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/crowdsec/readme.md b/crowdsec/readme.md index 165483d..345c59f 100644 --- a/crowdsec/readme.md +++ b/crowdsec/readme.md @@ -13,20 +13,16 @@ Let's setup directories in your homefolder like so: Basically: ``` mkdir crowdsec -``` -``` cd crowdsec -``` -``` touch compose.yml -``` -``` mkdir config -``` -``` +cd config touch acquis.yaml +cd .. ``` +Then copy the contents from my compose.yml to yours and make the necessary changes. + ## Run Go to the directory with the compose.yml