Skip to content

Commit

Permalink
enhance: fix tips
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Oct 15, 2024
1 parent 928eb2d commit b834836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b834836

Please sign in to comment.