From ddb45fa0500560f1d27fde066b5ce2e5fe829190 Mon Sep 17 00:00:00 2001 From: zkldi Date: Fri, 25 Feb 2022 15:04:25 +0000 Subject: [PATCH] Document Visual C++ requirement on Windows. Parallel change to https://github.com/nushell/nushell/pull/4641. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 26225c89962c..abfa4e083838 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ With [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/): $ winget install nu ``` +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). + #### Start the shell ```