Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down