Skip to content

Commit

Permalink
bump to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Sep 7, 2019
1 parent 627e6c5 commit f2ea8b5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Analyze and image and get a pass/fail result based on the image efficiency and w

**Ubuntu/Debian**
```bash
wget https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_linux_amd64.deb
sudo apt install ./dive_0.8.0_linux_amd64.deb
wget https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_linux_amd64.deb
sudo apt install ./dive_0.8.1_linux_amd64.deb
```

**RHEL/Centos**
```bash
curl -OL https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_linux_amd64.rpm
rpm -i dive_0.8.0_linux_amd64.rpm
curl -OL https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_linux_amd64.rpm
rpm -i dive_0.8.1_linux_amd64.rpm
```

**Arch Linux**
Expand All @@ -92,19 +92,18 @@ yay -S dive
```

The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
*Note*: the AUR repository is **not** controlled by the dive project maintainer.

**Mac**

```bash
brew install dive
```

or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_darwin_amd64.tar.gz).
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_darwin_amd64.tar.gz).

**Windows**

Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.8.0/dive_0.8.0_windows_amd64.zip).
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.8.1/dive_0.8.1_windows_amd64.zip).

**Go tools**
Requires Go version 1.9 or higher.
Expand Down

0 comments on commit f2ea8b5

Please sign in to comment.