From 493bc2b1c9525a58dceffff65697dfc465c76dd1 Mon Sep 17 00:00:00 2001 From: Leo Dutra Date: Sun, 14 Nov 2021 03:34:57 -0300 Subject: [PATCH] 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff298b7b27..b05086e299 100644 --- a/README.md +++ b/README.md @@ -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: