From 69c326fd41bbe395b8892ea440df9a6f138b5be1 Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Fri, 29 Sep 2023 17:49:21 -0400 Subject: [PATCH] Prefer shorter winget install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b92bd7a..83d87d2f 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ You will need to install the [Visual C++ Redistributable](https://support.micros You can install `bat` via [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget): ```bash -winget install --id=sharkdp.bat -e +winget install sharkdp.bat ``` #### With Chocolatey