Skip to content

Commit

Permalink
docs(readme): add winget installation reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored and LGUG2Z committed Sep 5, 2022
1 parent 8b0f1d0 commit a43eb8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -129,6 +129,14 @@ using [`setx`](https://docs.microsoft.com/en-us/windows-server/administration/wi
Variables pop up in System Properties Advanced (which can be launched with `SystemPropertiesAdvanced.exe` at a
PowerShell prompt), and then move the binaries to that directory.

### Winget

You can use the builtin package manager from Windows to install the latest komorebi release:

```powershell
winget install LGUG2Z.komorebi
```

### Scoop

If you use the [Scoop](https://scoop.sh/) command line installer, you can run the following commands to install the
Expand Down

0 comments on commit a43eb8f

Please sign in to comment.