From ca222371300cc47b3a0d461a2c77eb3126c26a1a Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 26 Nov 2018 13:32:36 +1100 Subject: [PATCH] Use curl instead of wget on RHEL/CentOS (#78) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0780c83..e092b4a 100644 --- a/README.md +++ b/README.md @@ -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 ```