Update README.md to improve installation readability (#311)
This commit is contained in:
parent
1be552de6c
commit
748d30e889
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,7 @@ apt-get install bash gettext whiptail curl wget
|
|||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary>for RedHat based distributions</summary>
|
||||
|
||||
```bash
|
||||
|
@ -74,6 +74,8 @@ yum install bash gettext newt curl wget
|
|||
```
|
||||
</details>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue