Skip to content

Commit

Permalink
docs: add more Windows installation options to the README (wagoodman#470
Browse files Browse the repository at this point in the history
)

Fixes wagoodman#346

Co-authored-by: Nikolas Grottendieck <[email protected]>
  • Loading branch information
joschi and Okeanos committed Nov 7, 2024
1 parent 7b2fdca commit cf6ce98
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,25 @@ Or download the latest Darwin build from the [releases page](https://github.com/

**Windows**

Download the [latest release](https://github.com/wagoodman/dive/releases/latest).
If you use [Chocolatey](https://chocolatey.org)

```powershell
choco install dive
```

If you use [scoop](https://scoop.sh/)

```powershell
scoop install main/dive
```

If you use [winget](https://learn.microsoft.com/en-gb/windows/package-manager/):

```powershell
winget install --id wagoodman.dive
```

Or download the latest Windows build from the [releases page](https://github.com/wagoodman/dive/releases/latest).

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

0 comments on commit cf6ce98

Please sign in to comment.