From f2b7c060a346dec379a9829ac531c381ceeccbe8 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 6 Mar 2020 23:39:17 +0100 Subject: [PATCH] Add link to Choco package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f10652a..db80f69e 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ take a look at the ["Using `bat` on Windows"](#using-bat-on-windows) section. #### With Chocolatey -You can install `bat` via [Chocolatey](https://chocolatey.org): +You can install `bat` via [Chocolatey](https://chocolatey.org/packages/Bat): ```bash choco install bat ```