mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
Add Scoop (Unofficial) installation method (#5979)
This commit is contained in:
parent
947bf10c2f
commit
bcdfb212fc
17
README.md
17
README.md
@ -119,6 +119,23 @@ To upgrade PowerToys, run the following command from the command line / PowerShe
|
||||
```powershell
|
||||
choco upgrade powertoys
|
||||
```
|
||||
|
||||
#### Via Scoop (Unofficial)
|
||||
|
||||
Download and update PowerToys from [Scoop](https://scoop.sh).
|
||||
|
||||
To install PowerToys, run the following command from the command line / PowerShell:
|
||||
|
||||
```powershell
|
||||
scoop install powertoys
|
||||
```
|
||||
|
||||
To update PowerToys, run the following command from the command line / PowerShell:
|
||||
|
||||
```powershell
|
||||
scoop update powertoys
|
||||
```
|
||||
|
||||
### Known issues
|
||||
|
||||
- Color Picker at times won't work when PT is running elevated - [#5348](https://github.com/microsoft/PowerToys/issues/5348). We are currently working on a fix now for this.
|
||||
|
Loading…
Reference in New Issue
Block a user