summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-06 23:37:18 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-06 23:38:07 +0100
commit08dd251b9c1b2e618e21dbf111c6e510b8ce7687 (patch)
treedfe30bcb9505f4d57fee9bc36ce1e58e94be2a88 /README.md
parentd081473261dc9555e8e026d0c9636f70e7130cc8 (diff)
Update Windows install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/README.md b/README.md
index aa4b84ea..5f10652a 100644
--- a/README.md
+++ b/README.md
@@ -272,20 +272,30 @@ port 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 [Chocolatey](https://chocolatey.org):
+There are a few options to install `bat` on Windows. Once you have installed `bat`,
+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):
```bash
-scoop install bat
+choco install bat
```
+#### With Scoop
+
+You can install `bat` via [scoop](https://scoop.sh/):
```bash
-choco install bat
+scoop install bat
```
-You will need to install the Visual C++ Redistributable: [The latest supported Visual C++ downloads - Microsoft Support](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
+You will need to install the [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) package.
+
+#### From prebuilt binaries:
+
+You can download prebuilt binaries from the [Release page](https://github.com/sharkdp/bat/releases),
-[See below](#using-bat-on-windows) for notes.
+You will need to install the [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) package.
### Via Docker