summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-11-02 08:29:26 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-11-02 08:29:26 -0400
commit951d2c7b711f569f872c4f437d40dfa88895e9a4 (patch)
tree024b49518fb8c371a5c81d6180b9e536bdd23e10 /README.md
parentf481e7fca96172297b978b95795618acbdd75f7c (diff)
bump readme ref
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 307e6bb..7a1b6b2 100644
--- a/README.md
+++ b/README.md
@@ -51,14 +51,14 @@ command.
**Ubuntu/Debian**
```bash
-wget https://github.com/wagoodman/dive/releases/download/v0.0.8/dive_0.0.8_linux_amd64.deb
-sudo apt install ./dive_0.0.8_linux_amd64.deb
+wget https://github.com/wagoodman/dive/releases/download/v0.1.0/dive_0.1.0_linux_amd64.deb
+sudo apt install ./dive_0.1.0_linux_amd64.deb
```
**RHEL/Centos**
```bash
-wget https://github.com/wagoodman/dive/releases/download/v0.0.8/dive_0.0.8_linux_amd64.rpm
-rpm -i dive_0.0.8_linux_amd64.rpm
+wget https://github.com/wagoodman/dive/releases/download/v0.1.0/dive_0.1.0_linux_amd64.rpm
+rpm -i dive_0.1.0_linux_amd64.rpm
```
**Mac**