summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2020-02-09 15:10:59 -0500
committerAlex Goodman <wagoodman@gmail.com>2020-02-09 15:10:59 -0500
commit0872cc18d44a96ed9f59202ac95c556f7e7919a7 (patch)
treeef588bd2799a2f2a83b611aeeae9ec61c363fdee
parent89ea9da673798ff012c58f58aa0d01d0990b455c (diff)
cut releasev0.9.2
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7ecca69..44b45ed 100644
--- a/README.md
+++ b/README.md
@@ -83,14 +83,14 @@ With valid `source` options as such:
**Ubuntu/Debian**
```bash
-wget https://github.com/wagoodman/dive/releases/download/v0.9.1/dive_0.9.1_linux_amd64.deb
-sudo apt install ./dive_0.9.1_linux_amd64.deb
+wget 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
```
**RHEL/Centos**
```bash
-curl -OL https://github.com/wagoodman/dive/releases/download/v0.9.1/dive_0.9.1_linux_amd64.rpm
-rpm -i dive_0.9.1_linux_amd64.rpm
+curl -OL https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.rpm
+rpm -i dive_0.9.2_linux_amd64.rpm
```
**Arch Linux**
@@ -109,11 +109,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.9.1/dive_0.9.1_darwin_amd64.tar.gz).
+or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_darwin_amd64.tar.gz).
**Windows**
-Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.9.1/dive_0.9.1_windows_amd64.zip).
+Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_windows_amd64.zip).
**Go tools**
Requires Go version 1.9 or higher.