From 6f0dd8e8853e206ffe5424a47bc83be469d4bb0b Mon Sep 17 00:00:00 2001 From: itsme-alan <75578443+itsme-alan@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:22:07 +0530 Subject: [PATCH] Update README.md (#3615) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01e7c3b326..2dd7a76b58 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ To install Nu via cargo (make sure you have installed [rustup](https://rustup.rs 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: ```bash