1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 12:56:22 +02:00

Document Visual C++ requirement on Windows. ()

Should fix .
This commit is contained in:
zkldi
2022-02-25 18:04:10 +00:00
committed by GitHub
parent 977ef66356
commit c6a3066103

@ -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`): 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 ```shell
cargo install nu cargo install nu
``` ```