mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
Add installation instructions using Chocolatey (#4714)
Add installation instructions for Nushell on Windows using the Chocolatey package manager.
This commit is contained in:
parent
47d5501f9f
commit
eeef9f27eb
@ -69,6 +69,12 @@ To install Nu via the [Windows Package Manager](https://aka.ms/winget-cli):
|
|||||||
winget install nushell
|
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:
|
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
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user