From 5687af8bc7a3356d9a7f2244ea0be8693e449923 Mon Sep 17 00:00:00 2001 From: Maros Kukan <13705278+maroskukan@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:24:57 +0200 Subject: [PATCH] feat: describe WinGet method for Windows install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9183f9f4..5e976d56 100644 --- a/README.md +++ b/README.md @@ -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):