diff --git a/README.md b/README.md
index 89200f8a5..67bdf4948 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Ensure you have dependencies :
for Debian based distributions
```bash
-apt-get install bash gettext whiptail curl wget
+apt-get install bash gettext whiptail wget
```
@@ -80,14 +80,14 @@ apt-get install bash gettext whiptail curl wget
for RedHat based distributions
```bash
-yum install bash gettext newt curl wget
+yum install bash gettext newt wget
```
Then :
```bash
-curl -s https://api.github.com/repos/crowdsecurity/crowdsec/releases/latest | grep browser_download_url| cut -d '"' -f 4 | wget -i -
+wget https://github.com/crowdsecurity/crowdsec/releases/latest/download/crowdsec-release.tgz
tar xvzf crowdsec-release.tgz
cd crowdsec-v*
sudo ./wizard.sh -i