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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,24 @@ Configuration files are automatically generated on first save in `~/.config/keyl
44
44
45
45
## Installation Methods
46
46
47
+
### Homebrew (macOS/Linux)
48
+
Install via Homebrew using our official tap:
49
+
50
+
```bash
51
+
# Add the tap
52
+
brew tap jmylchreest/keylightd
53
+
54
+
# Install keylightd
55
+
brew install keylightd
56
+
```
57
+
58
+
Or install directly:
59
+
```bash
60
+
brew install jmylchreest/keylightd/keylightd
61
+
```
62
+
63
+
This installs both `keylightd` and `keylightctl` binaries.
64
+
47
65
### Flatpak
48
66
Flatpak packages are automatically built for each release and are available from the [releases page](https://github.com/jmylchreest/keylightd/releases). Packages are built for both amd64 and arm64 architectures.
0 commit comments