feat: describe WinGet method for Windows install

This commit is contained in:
Maros Kukan 2023-06-07 16:24:57 +02:00 committed by Martin Nordholts
parent 0f5f51f9ba
commit 5687af8bc7
1 changed files with 8 additions and 0 deletions

View File

@ -390,6 +390,14 @@ take a look at the ["Using `bat` on Windows"](#using-bat-on-windows) section.
You will need to install the [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) package.
#### With WinGet
You can install `bat` via [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget):
```bash
winget install --id=sharkdp.bat -e
```
#### With Chocolatey
You can install `bat` via [Chocolatey](https://chocolatey.org/packages/Bat):