From 5cf92b4f943beee20ca79cee71c7ac8c1b1f12e5 Mon Sep 17 00:00:00 2001 From: Roald Date: Mon, 3 Sep 2018 23:41:35 +0200 Subject: [PATCH] Windows download with scoop --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 613cfbc6..6fb7719c 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,12 @@ brew install bat ### On Windows -You can download pre-built binaries from the [Release page](https://github.com/sharkdp/bat/releases). +You can download pre-built binaries from the [Release page](https://github.com/sharkdp/bat/releases), + +or download it through [scoop](https://scoop.sh/) +```bash +scoop install bat +``` ### From binaries