mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Update README (#4118)
`winget install nu` fails because there's other options for "nu" now. Using the full `nushell` word solved it for me. [Imgur](https://imgur.com/aqz2qNp)
This commit is contained in:
parent
74b812228c
commit
493bc2b1c9
@ -68,7 +68,7 @@ cargo install nu
|
||||
To install Nu via the [Windows Package Manager](https://aka.ms/winget-cli):
|
||||
|
||||
```shell
|
||||
winget install nu
|
||||
winget install nushell
|
||||
```
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user