mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-29 00:22:26 +01:00
feat: describe WinGet method for Windows install
This commit is contained in:
committed by
Martin Nordholts
parent
0f5f51f9ba
commit
5687af8bc7
@@ -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.
|
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
|
#### With Chocolatey
|
||||||
|
|
||||||
You can install `bat` via [Chocolatey](https://chocolatey.org/packages/Bat):
|
You can install `bat` via [Chocolatey](https://chocolatey.org/packages/Bat):
|
||||||
|
Reference in New Issue
Block a user