Merge pull request #400 from iwataka/correct-installation-instruction-for-ubuntu-debian

Correct installation instruction for Ubuntu/Debian
This commit is contained in:
Alex Goodman 2023-07-06 10:39:27 -04:00 committed by GitHub
commit bf39a82f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,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
```