mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
Update README.md (#3615)
This commit is contained in:
parent
de99e35106
commit
6f0dd8e885
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs
|
||||||
cargo install nu
|
cargo install nu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To install Nu via the [Windows Package Manager](https://aka.ms/winget-cli):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
winget install nu
|
||||||
|
```
|
||||||
|
|
||||||
You can also build Nu yourself with all the bells and whistles (be sure to have installed the [dependencies](https://www.nushell.sh/book/installation.html#dependencies) for your platform), once you have checked out this repo with git:
|
You can also build Nu yourself with all the bells and whistles (be sure to have installed the [dependencies](https://www.nushell.sh/book/installation.html#dependencies) for your platform), once you have checked out this repo with git:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue