mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
parent
cede9b3156
commit
ae7c0b1097
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ 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).
|
For Windows users, you may also need to install the [Microsoft Visual C++ 2015 Redistributables](https://docs.microsoft.com/cpp/windows/latest-supported-vc-redist).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cargo install nu
|
cargo install nu
|
||||||
|
|
Loading…
Reference in a new issue