summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-09 21:05:26 +0000
committerGitHub <noreply@github.com>2019-04-09 21:05:26 +0000
commit272a583bd09c929588ed467833f7b1cfe8d21332 (patch)
treeae3bdf6b5a0928e3fbac6a339afa7d8909dca292
parent2b12b166785664eeec346883dfbc7eeadcb0f237 (diff)
Document VC++ redistributable requirement
This fixes #1972.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2eaf7be..75f82f99 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,9 @@ API. The agent is a single binary (`winpty-agent.exe`) which **must** be in
the same directory as the Alacritty executable and is available through the
[GitHub releases page](https://github.com/jwilm/alacritty/releases).
+On Windows, Alacritty also requires Microsoft's VC++ redistributable to work
+properly.
+
## Configuration
Although it's possible the default configuration would work on your system,