diff --git a/README.md b/README.md index e3b5f92f7..30d705d54 100644 --- a/README.md +++ b/README.md @@ -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.