mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Add npm installation instruction (#8982)
# Description Add `npm` install instruction to README.md
This commit is contained in:
parent
7413ef2824
commit
07598c9620
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ To quickly install Nu:
|
|||
brew install nushell
|
||||
# Windows
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue