From 0aabbc03d72f2ddac4b96fdea21979be22af8a83 Mon Sep 17 00:00:00 2001 From: rasmuskriest Date: Wed, 10 Apr 2019 14:23:46 +0200 Subject: [PATCH] Add Chocolatey package instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24924125..630ef725 100644 --- a/README.md +++ b/README.md @@ -209,12 +209,16 @@ brew install bat ### On Windows You can download prebuilt binaries from the [Release page](https://github.com/sharkdp/bat/releases), -or install it with [scoop](https://scoop.sh/): +or install it with [scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org): ```bash scoop install bat ``` +```bash +choco install bat-cat +``` + [See below](#using-bat-on-windows) for notes. ### Via Docker @@ -430,7 +434,7 @@ Example configuration file: Windows only includes a very limited pager in the form of `more`. You can download a Windows binary for `less` [from its homepage](http://www.greenwoodsoftware.com/less/download.html) or [through Chocolatey](https://chocolatey.org/packages/Less). To use it, place the binary in a directory in -your `PATH` or [define an environment variable](#using-a-different-pager). +your `PATH` or [define an environment variable](#using-a-different-pager). The [Chocolatey package](#on-windows) installs `less` automatically. ### Colors