summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-10-24 08:08:45 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-10-24 08:08:45 -0400
commit528e3cfcb1fc1cef8710ccc435daf1f9a450a4a3 (patch)
tree3c84843ad44fb3b910257114c125ef3e1cd49e27
parentd3cf3721e7115b70423853e16d0fef6ba2028654 (diff)
bump versionv0.0.5
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ed8f667..abc6ff8 100644
--- a/README.md
+++ b/README.md
@@ -46,14 +46,14 @@ You only need to replace you `docker build` command with the same `dive build` c
**Ubuntu/Debian**
```bash
-wget https://github.com/wagoodman/dive/releases/download/v0.0.4/dive_0.0.4_linux_amd64.deb
-sudo apt install ./dive_0.0.4_linux_amd64.deb
+wget https://github.com/wagoodman/dive/releases/download/v0.0.5/dive_0.0.5_linux_amd64.deb
+sudo apt install ./dive_0.0.5_linux_amd64.deb
```
**RHEL/Centos**
```bash
-wget https://github.com/wagoodman/dive/releases/download/v0.0.4/dive_0.0.4_linux_amd64.rpm
-rpm -i dive_0.0.4_linux_amd64.rpm
+wget https://github.com/wagoodman/dive/releases/download/v0.0.5/dive_0.0.5_linux_amd64.rpm
+rpm -i dive_0.0.5_linux_amd64.rpm
```
**Mac**