From 55d16041000927a58a06a6b7f408b3af90f54664 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 24 Nov 2018 21:18:41 -0500 Subject: [PATCH] bump v0.3.0 release refs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fc3c68..0780c83 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ command. **Ubuntu/Debian** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.2.0/dive_0.2.0_linux_amd64.deb -sudo apt install ./dive_0.2.0_linux_amd64.deb +wget https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.deb +sudo apt install ./dive_0.3.0_linux_amd64.deb ``` **RHEL/Centos** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.2.0/dive_0.2.0_linux_amd64.rpm -rpm -i dive_0.2.0_linux_amd64.rpm +wget 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 ``` **Mac**