Skip to content

Commit daf3aa0

Browse files
committed
ci skip
1 parent 910a109 commit daf3aa0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ $ nix profile install nixpkgs#nushell
4949
#### Windows:
5050

5151
```powershell
52-
# Install to user scope by default
52+
# Install to user scope (by default).
5353
winget install nushell
54-
# Machine scope install(Run as admin or with sudo)
54+
# Machine scope installation (Run as admin).
5555
winget install nushell --scope machine
5656
```
5757

book/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ For Windows:
3030

3131
- [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/)
3232

33-
- Machine scope install: `winget install nushell --scope machine`
33+
- Machine scope installation: `winget install nushell --scope machine`
3434
- Machine scope upgrade: `winget update nushell`
35-
- User scope install: `winget install nushell` or `winget install nushell --scope user`
36-
- User scope upgrade: Due to [winget-cli issue #3011](https://github.com/microsoft/winget-cli/issues/3011), `winget update nushell` will unexpectedly install the latest version to `C:\Program Files\nu`. The workaround is to run `winget install nushell` again to install the latest version for user scope.
35+
- User scope installation: `winget install nushell` or `winget install nushell --scope user`
36+
- 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.
3737

3838
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
3939
- [Scoop](https://scoop.sh/) (`scoop install nu`)

0 commit comments

Comments
 (0)