summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Cerruti <soren@disroot.org>2020-03-02 16:13:48 -0800
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-06 23:38:07 +0100
commit1cad3f56ec68e32d10f4c42f7234f5961001566c (patch)
treef24abf8745b6b6538d5945450695075e6f20f9c6 /README.md
parent147503bd568e254464b47e0ec42582c83ff908ef (diff)
Explain how to fix no output issue
I just ran into this so I figured it might be helpful for others.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 411c1f41..836a09f6 100644
--- a/README.md
+++ b/README.md
@@ -568,6 +568,10 @@ 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