From 748d30e889618a7d05d4919acdc71110029b3faf Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Tue, 20 Oct 2020 01:46:32 -0500 Subject: [PATCH] Update README.md to improve installation readability (#311) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0aef25d1..52c300b31 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ apt-get install bash gettext whiptail curl wget ``` -
+
for RedHat based distributions ```bash @@ -74,6 +74,8 @@ yum install bash gettext newt curl wget ```
+Then : + ```bash curl -s https://api.github.com/repos/crowdsecurity/crowdsec/releases/latest | grep browser_download_url| cut -d '"' -f 4 | wget -i - tar xvzf crowdsec-release.tgz