Skip to content

Commit da0d822

Browse files
authored
docs: add chocolatey and scoop install to README (#961)
1 parent 5bddd24 commit da0d822

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,27 @@ GlazeWM lets you easily organize windows and adjust their layout on the fly by u
3838

3939
**The latest version of GlazeWM is downloadable via [releases](https://github.com/glzr-io/GlazeWM/releases).** Zebar can optionally be installed as well via a checkbox during installation.
4040

41-
### Winget
41+
GlazeWM is also available through several package managers:
4242

43-
GlazeWM can be downloaded via Winget package manager:
43+
**Winget**
4444

4545
```sh
4646
winget install GlazeWM
4747
```
4848

49+
**Chocolatey**
50+
51+
```sh
52+
choco install glazewm
53+
```
54+
55+
**Scoop**
56+
57+
```sh
58+
scoop bucket add extras
59+
scoop install extras/glazewm
60+
```
61+
4962
## Contributing
5063

5164
Help fix something that annoys you, or add a feature you've been wanting for a long time! Contributions are very welcome.

0 commit comments

Comments
 (0)