You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,27 @@ GlazeWM lets you easily organize windows and adjust their layout on the fly by u
38
38
39
39
**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.
40
40
41
-
### Winget
41
+
GlazeWM is also available through several package managers:
42
42
43
-
GlazeWM can be downloaded via Winget package manager:
43
+
**Winget**
44
44
45
45
```sh
46
46
winget install GlazeWM
47
47
```
48
48
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
+
49
62
## Contributing
50
63
51
64
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