summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2019-09-07 08:46:53 -0400
committerAlex Goodman <wagoodman@gmail.com>2019-09-07 08:46:53 -0400
commitf2ea8b503d3cb06d1be611dcb32f0ef6b161b511 (patch)
treeecf80e1dd9cb2bbd80093fbf5de4e0e64a84a473
parent627e6c5f3e28a6582a8bacd90295dd227ad53d2c (diff)
bump to v0.8.1v0.8.1
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index dab124a..3cada9f 100644
--- a/README.md
+++ b/README.md
@@ -73,14 +73,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.8.0/dive_0.8.0_linux_amd64.deb
-sudo apt install ./dive_0.8.0_linux_amd64.deb
+wget https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_linux_amd64.deb
+sudo apt install ./dive_0.8.1_linux_amd64.deb
```
**RHEL/Centos**
```bash
-curl -OL https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_linux_amd64.rpm
-rpm -i dive_0.8.0_linux_amd64.rpm
+curl -OL https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_linux_amd64.rpm
+rpm -i dive_0.8.1_linux_amd64.rpm
```
**Arch Linux**
@@ -92,7 +92,6 @@ yay -S dive
```
The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
-*Note*: the AUR repository is **not** controlled by the dive project maintainer.
**Mac**
@@ -100,11 +99,11 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
brew install dive
```
-or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_darwin_amd64.tar.gz).
+or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_darwin_amd64.tar.gz).
**Windows**
-Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_windows_amd64.zip).
+Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_windows_amd64.zip).
**Go tools**
Requires Go version 1.9 or higher.