Skip to content

Commit 7627417

Browse files
authored
Merge pull request #86 from justbispo/patch-1
Add mention about AUR package
2 parents 96bbf1d + 25d0e14 commit 7627417

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ cd razer-cli
3131
pip install . --user
3232
```
3333

34+
If you're using Arch Linux, you can install the [`razer-cli`](https://aur.archlinux.org/packages/razer-cli) AUR package:
35+
36+
```
37+
sudo pacman -S --needed base-devel
38+
git clone https://aur.archlinux.org/razer-cli.git
39+
cd razer-cli
40+
makepkg -si
41+
```
42+
43+
Or install it through an AUR helper if you're using one.
44+
3445
## Usage
3546
```
3647
$ razer-cli -h

0 commit comments

Comments
 (0)