From 40a30ea369de20390e516653cb7d4394dc76dc42 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 1 Dec 2018 22:44:27 -0500 Subject: [PATCH] added mac download link; formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43b4944..60c01f5 100644 --- a/README.md +++ b/README.md @@ -78,16 +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.0/dive_0.4.0_darwin_amd64.tar.gz). **Windows** -Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_windows_amd64.zip) +Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_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