summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Cerruti <soren@disroot.org>2020-03-03 18:51:53 -0800
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-06 23:38:07 +0100
commit3901480c5972b2d011dd9f8e04fa99ced632e0c0 (patch)
treef64c7fb0f3e5d36009e94878d930b76affe5a2d6 /README.md
parent1cad3f56ec68e32d10f4c42f7234f5961001566c (diff)
Move VC++ to Windows section
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 836a09f6..f9a32dd0 100644
--- a/README.md
+++ b/README.md
@@ -497,7 +497,7 @@ Example configuration file:
## Using `bat` on Windows
-`bat` mostly works out-of-the-box on Windows, but a few features may need extra configuration.
+`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).
### Paging
@@ -568,10 +568,6 @@ iconv -f ISO-8859-1 -t UTF-8 my-file.php | bat
Note: you might have to use the `-l`/`--language` option if the syntax can not be auto-detected
by `bat`.
-### No output on Windows
-
-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)
-
## Development
```bash