bump to v0.6.0 refs
This commit is contained in:
parent
fc27dcd820
commit
54979ae1eb
12
README.md
12
README.md
@ -62,14 +62,14 @@ Analyze and image and get a pass/fail result based on the image efficiency and w
|
|||||||
|
|
||||||
**Ubuntu/Debian**
|
**Ubuntu/Debian**
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/wagoodman/dive/releases/download/v0.5.0/dive_0.5.0_linux_amd64.deb
|
wget https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_linux_amd64.deb
|
||||||
sudo apt install ./dive_0.5.0_linux_amd64.deb
|
sudo apt install ./dive_0.6.0_linux_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
**RHEL/Centos**
|
**RHEL/Centos**
|
||||||
```bash
|
```bash
|
||||||
curl -OL https://github.com/wagoodman/dive/releases/download/v0.5.0/dive_0.5.0_linux_amd64.rpm
|
curl -OL https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_linux_amd64.rpm
|
||||||
rpm -i dive_0.5.0_linux_amd64.rpm
|
rpm -i dive_0.6.0_linux_amd64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
**Arch Linux**
|
**Arch Linux**
|
||||||
@ -88,11 +88,11 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
|
|||||||
brew tap wagoodman/dive
|
brew tap wagoodman/dive
|
||||||
brew install dive
|
brew install dive
|
||||||
```
|
```
|
||||||
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.5.0/dive_0.5.0_darwin_amd64.tar.gz).
|
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_darwin_amd64.tar.gz).
|
||||||
|
|
||||||
**Windows**
|
**Windows**
|
||||||
|
|
||||||
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.5.0/dive_0.5.0_windows_amd64.zip).
|
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_windows_amd64.zip).
|
||||||
|
|
||||||
**Go tools**
|
**Go tools**
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user