Use curl instead of wget on RHEL/CentOS (#78)

This commit is contained in:
Justin Clift 2018-11-26 13:32:36 +11:00 committed by Alex Goodman
parent 55d1604100
commit ca22237130

View File

@ -57,7 +57,7 @@ sudo apt install ./dive_0.3.0_linux_amd64.deb
**RHEL/Centos**
```bash
wget https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.rpm
curl -OL https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.rpm
rpm -i dive_0.3.0_linux_amd64.rpm
```