Add npm installation instruction (#8982)

# Description

Add `npm` install instruction to README.md
This commit is contained in:
Justin Ma 2023-04-24 22:22:42 +08:00 committed by GitHub
parent 7413ef2824
commit 07598c9620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.