forked from extern/nushell
Add npm installation instruction (#8982)
# Description Add `npm` install instruction to README.md
This commit is contained in:
parent
7413ef2824
commit
07598c9620
@ -46,6 +46,8 @@ To quickly install Nu:
|
|||||||
brew install nushell
|
brew install nushell
|
||||||
# Windows
|
# Windows
|
||||||
winget install nushell
|
winget install nushell
|
||||||
|
# Cross Platform installation if you have node and npm installed, Note that nu plugins were not included
|
||||||
|
npm install -g nushell
|
||||||
```
|
```
|
||||||
|
|
||||||
To use `Nu` in GitHub Action, check [setup-nu](https://github.com/marketplace/actions/setup-nu) for more detail.
|
To use `Nu` in GitHub Action, check [setup-nu](https://github.com/marketplace/actions/setup-nu) for more detail.
|
||||||
|
Loading…
Reference in New Issue
Block a user