mirror of
https://github.com/nushell/nushell
synced 2025-01-12 13:19:01 +00:00
Remove npm install instruction (#9022)
This commit is contained in:
parent
ecc820a8c1
commit
5fe0ca418d
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ 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