bump to 0.0.4

This commit is contained in:
Alex Goodman 2018-10-23 10:58:15 -04:00 committed by GitHub
parent 5bc7337b04
commit 6fa905d602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1/dive_0.0.1_linux_amd64.deb
sudo apt install ./dive_0.0.1_linux_amd64.deb
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
```
**RHEL/Centos**
```bash
wget https://github.com/wagoodman/dive/releases/download/v0.0.1/dive_0.0.1_linux_amd64.rpm
rpm -i dive_0.0.1_linux_amd64.rpm
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
```
**Mac**