From c6a3066103b8b1d5c26327f4822ee6d9311ba647 Mon Sep 17 00:00:00 2001 From: zkldi Date: Fri, 25 Feb 2022 18:04:10 +0000 Subject: [PATCH] Document Visual C++ requirement on Windows. (#4641) Should fix #4563. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1938bab1b4..c4f58dd8d0 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Optional dependencies: To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs/) and the latest stable compiler via `rustup install stable`): +For Windows users, you may also need to install the [Microsoft Visual C++ 2015 Redistributables](https://www.microsoft.com/en-us/download/details.aspx?id=52685). + ```shell cargo install nu ```