summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2019-03-16 12:10:35 -0400
committerAlex Goodman <wagoodman@gmail.com>2019-03-16 12:10:35 -0400
commite7bf771e7c79bc90375195891ff9636ad75cff49 (patch)
tree18ca8445f66c5086fc568c0fca741aefc2934d28 /README.md
parent8fcc9f67d8deab28234bd3cc7c86337b862d1ae8 (diff)
update readme for v0.7.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 55df4f7..e1e3b27 100644
--- a/README.md
+++ b/README.md
@@ -74,14 +74,14 @@ Analyze and image and get a pass/fail result based on the image efficiency and w
**Ubuntu/Debian**
```bash
-wget https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_linux_amd64.deb
-sudo apt install ./dive_0.6.0_linux_amd64.deb
+wget https://github.com/wagoodman/dive/releases/download/v0.7.0/dive_0.7.0_linux_amd64.deb
+sudo apt install ./dive_0.7.0_linux_amd64.deb
```
**RHEL/Centos**
```bash
-curl -OL https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_linux_amd64.rpm
-rpm -i dive_0.6.0_linux_amd64.rpm
+curl -OL https://github.com/wagoodman/dive/releases/download/v0.7.0/dive_0.7.0_linux_amd64.rpm
+rpm -i dive_0.7.0_linux_amd64.rpm
```
**Arch Linux**
@@ -100,11 +100,11 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
brew tap wagoodman/dive
brew install dive
```
-or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_darwin_amd64.tar.gz).
+or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.7.0/dive_0.7.0_darwin_amd64.tar.gz).
**Windows**
-Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_windows_amd64.zip).
+Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.7.0/dive_0.7.0_windows_amd64.zip).
**Go tools**
Requires Go version 1.9 or higher.