From f359b8a9d72da45198589f76f68f3d3b271a93d8 Mon Sep 17 00:00:00 2001 From: iwataka Date: Mon, 9 May 2022 20:48:49 +0900 Subject: [PATCH] Correct installation instruction for Ubuntu/Debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 941be82..cdd243c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ With valid `source` options as such: **Ubuntu/Debian** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb +curl -OL https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb sudo apt install ./dive_0.9.2_linux_amd64.deb ```