From b834836045a7567bd12f6f22123c12dd0c0278fd Mon Sep 17 00:00:00 2001 From: Laurence Date: Tue, 15 Oct 2024 22:11:29 +0100 Subject: [PATCH] enhance: fix tips --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b4c7db..ed07b84 100644 --- a/README.md +++ b/README.md @@ -2138,15 +2138,15 @@ CrowdSec monitors the logs of your applications (like SSH and Apache) to detect ``` bash curl -s https://install.crowdsec.net | sudo sh ``` - -> [!TIP] -> if `curl | sh` is not your thing, you can find additional install methods [here](https://docs.crowdsec.net/u/getting_started/installation/linux). Install the CrowdSec Security Engine: ``` bash sudo apt install crowdsec ``` +> [!TIP] +> if `curl | sh` is not your thing, you can find additional install methods [here](https://docs.crowdsec.net/u/getting_started/installation/linux). + By default whilst CrowdSec is installing the Security Engine it will auto-discover your installed applications and install the appropriate parsers and scenarios for them. Since we know most Linux servers are running ssh out of the box CrowdSec will automatically configured this for you. 2. Install a Remediation Component. (IPS)