From 3cb770c3bbfe618129bbd3e5b81097a6588705eb Mon Sep 17 00:00:00 2001 From: AlteredCoder <64792091+AlteredCoder@users.noreply.github.com> Date: Wed, 26 May 2021 18:31:01 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e21a0a71..3f906ae9b 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,12 @@ CrowdSec is a free, modern & collaborative behavior detection engine, coupled wi ## 2 mins install Installing it through the [Package system](https://doc.crowdsec.net/Crowdsec/v1/getting_started/installation/) of your OS is the easiest way to proceed. -Otherwise, to install from source, in a shell: +Otherwise, to install from source, in a shell (replace the X in the URL by the version that you want to install): ```console -git clone https://github.com/crowdsecurity/crowdsec.git -cd crowdsec && ./wizard.sh -i +wget https://github.com/crowdsecurity/crowdsec/releases/download/v1.0.X/crowdsec-release.tgz +tar xzvf crowdsec-release.tgz +cd crowdsec-v* && sudo ./wizard.sh -i ``` ## :information_source: About the CrowdSec project