1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-02-22 04:48:48 +00:00

Update README.md

This commit is contained in:
Anthony Cerruti 2020-03-04 01:04:49 -08:00 committed by David Peter
parent 3901480c59
commit d081473261

View File

@ -283,6 +283,8 @@ scoop install bat
choco install bat choco 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).
[See below](#using-bat-on-windows) for notes. [See below](#using-bat-on-windows) for notes.
### Via Docker ### Via Docker
@ -497,7 +499,7 @@ Example configuration file:
## Using `bat` on Windows ## Using `bat` on Windows
`bat` mostly works out-of-the-box on Windows, but a few features may need extra configuration. 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). `bat` mostly works out-of-the-box on Windows, but a few features may need extra configuration.
### Paging ### Paging