|
@@ -11,6 +11,7 @@ Light - A Program to Control Backlight Controllers
|
11
|
11
|
- [Controller modes](#controller-modes)
|
12
|
12
|
- [Installation](#installation)
|
13
|
13
|
- [Arch Linux](#arch-linux)
|
|
14
|
+ - [Fedora](#fedora)
|
14
|
15
|
- [Manual](#manual)
|
15
|
16
|
- [Permissions](#permissions)
|
16
|
17
|
- [Origin & References](#origin--references)
|
|
@@ -151,6 +152,15 @@ We recommend you go with light-git as you might miss important features
|
151
|
152
|
and bugfixes if you do not.
|
152
|
153
|
|
153
|
154
|
|
|
155
|
+### Fedora
|
|
156
|
+
|
|
157
|
+Fedora already has light packaged in main repos, so just run:
|
|
158
|
+
|
|
159
|
+ dnf install light
|
|
160
|
+
|
|
161
|
+and you're good to go.
|
|
162
|
+
|
|
163
|
+
|
154
|
164
|
### Manual
|
155
|
165
|
|
156
|
166
|
We recommended downloading a versioned tarball from the relases page on
|