Skip to content

Commit

Permalink
Merge branch 'master' into refactor-image-preprocessing
Browse files Browse the repository at this point in the history
# Conflicts:
#	image/image.go
  • Loading branch information
wagoodman committed Dec 8, 2018
2 parents 31524fd + 910c33f commit 5795c9c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dockers:
archive:
format: tar.gz

format_overrides:
- goos: windows
format: zip

nfpm:
license: MIT
maintainer: Alex Goodman
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ command.

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

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

**Arch Linux**
Expand All @@ -78,12 +78,17 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
brew tap wagoodman/dive
brew install dive
```
or download a Darwin build from the releases page.
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.4.1/dive_0.4.1_darwin_amd64.tar.gz).

**Windows**

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

**Go tools**
```bash
go get github.com/wagoodman/dive
```
*Note*: installing in this way you will not see a proper version when running `dive -v`.

**Docker**
```bash
Expand Down

0 comments on commit 5795c9c

Please sign in to comment.