summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-12-30 14:09:52 -0500
committerAlex Goodman <wagoodman@gmail.com>2018-12-30 14:09:52 -0500
commit54979ae1ebaab7207f2fe6bd65e07266bd54dd76 (patch)
tree998c13e3332f5e38f2f2d1f355b6d9f85721dcd1
parentfc27dcd82065115dbf0014c315fb8e36057fb233 (diff)
bump to v0.6.0 refsv0.6.0
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index a9caa42..6003068 100644
--- a/README.md
+++ b/README.md
@@ -62,14 +62,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.5.0/dive_0.5.0_linux_amd64.deb
-sudo apt install ./dive_0.5.0_linux_amd64.deb
+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
```
**RHEL/Centos**
```bash
-curl -OL https://github.com/wagoodman/dive/releases/download/v0.5.0/dive_0.5.0_linux_amd64.rpm
-rpm -i dive_0.5.0_linux_amd64.rpm
+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
```
**Arch Linux**
@@ -88,11 +88,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.5.0/dive_0.5.0_darwin_amd64.tar.gz).
+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).
**Windows**
-Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.5.0/dive_0.5.0_windows_amd64.zip).
+Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_windows_amd64.zip).
**Go tools**
```bash