Add Chocolatey package instructions

This commit is contained in:
rasmuskriest 2019-04-10 14:23:46 +02:00 committed by David Peter
parent 8a5b59febc
commit 0aabbc03d7
1 changed files with 6 additions and 2 deletions

View File

@ -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