From eeef9f27eb8ade4f24687eec162f8852d43aab4e Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 3 Mar 2022 21:26:06 +0000 Subject: [PATCH] Add installation instructions using Chocolatey (#4714) Add installation instructions for Nushell on Windows using the Chocolatey package manager. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4f58dd8d..89ef0e527 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ To install Nu via the [Windows Package Manager](https://aka.ms/winget-cli): winget install nushell ``` +To install Nu via the [Chocolatey](https://chocolatey.org) package manager: + +```shell +choco 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: ```shell