Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Oct 25, 2018
1 parent b44c980 commit fdc88fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ command.

**Ubuntu/Debian**
```bash
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
wget https://github.com/wagoodman/dive/releases/download/v0.0.7/dive_0.0.7_linux_amd64.deb
sudo apt install ./dive_0.0.7_linux_amd64.deb
```

**RHEL/Centos**
```bash
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
wget https://github.com/wagoodman/dive/releases/download/v0.0.7/dive_0.0.7_linux_amd64.rpm
rpm -i dive_0.0.7_linux_amd64.rpm
```

**Mac**
Expand Down

0 comments on commit fdc88fc

Please sign in to comment.