diff --git a/book/installation.md b/book/installation.md index b5826b31d6e..51c8f522a44 100644 --- a/book/installation.md +++ b/book/installation.md @@ -30,9 +30,9 @@ For Windows: - [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) - - Machine scope installation: `winget install nushell --scope machine` + - Machine scope installation: `winget install nu --source winget --scope machine` - Machine scope upgrade: `winget update nushell` - - User scope installation: `winget install nushell` or `winget install nushell --scope user` + - User scope installation: `winget install nu --source winget` or `winget install nu --source winget --scope user` - User scope upgrade: Due to [winget-cli issue #3011](https://github.com/microsoft/winget-cli/issues/3011), running `winget update nushell` will unexpectedly install the latest version to `C:\Program Files\nu`. To work around this, run `winget install nushell` again to install the latest version in the user scope. - [Chocolatey](https://chocolatey.org/) (`choco install nushell`)