Skip to content

Commit

Permalink
docs(install): add winget
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrwe committed Mar 4, 2024
1 parent dd366b7 commit 2de2a20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ sudo apt install git-age

## Windows

To install `git-age` on Windows, you can use [Scoop](https://scoop.sh/).
To install `git-age` on Windows, you can use [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) or [scoop](https://scoop.sh/).

### Winget

```powershell
winget install --id=prskr.git-age
```

### Scoop

Expand Down

0 comments on commit 2de2a20

Please sign in to comment.