1 parent 8ba6a2d commit f27c11cCopy full SHA for f27c11c
1 file changed
README.md
@@ -8,7 +8,15 @@ your own risk!
8
9
## Installation
10
11
-### Option 1: Install a release package (.deb)
+### Option 1: For Arch Linux
12
+
13
+Install from AUR.
14
15
+```shell
16
+paru -S qmk-light-bin
17
+```
18
19
+### Option 2: Install a release package (.deb)
20
21
Download the matching package from the latest GitHub release:
22
@@ -27,7 +35,7 @@ If `dpkg` reports missing dependencies, run:
27
35
sudo apt-get install -f
28
36
```
29
37
30
-### Option 2: Build from source
38
+### Option 3: Build from source
31
39
32
40
Install build/runtime dependencies:
33
41
0 commit comments