Skip to content

Commit 3374bb9

Browse files
committed
Add instructions to install from PPA
[skip ci] [skip doxy]
1 parent 00ed62b commit 3374bb9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ control the MFD and LEDs. If you are not comfortable working in the commandline,
2323
then the [gx52](https://gitlab.com/leinardi/gx52) project might be a better fit
2424
for your needs as it provides a graphical interface to control the MFD and LEDs.
2525

26-
# Building and installing
26+
# Installing released versions
27+
28+
This project has been released as a PPA on Ubuntu. To install the package, run
29+
the following commands in the terminal.
30+
31+
```
32+
sudo apt-add-repository ppa:nirenjan/x52pro-linux
33+
sudo apt update
34+
sudo apt install libx52-1
35+
```
36+
37+
You can configure the daemon by editing the configuration `/etc/x52d/x52d.conf`
38+
and reloading the daemon process `sudo systemctl reload x52d.service`.
39+
40+
# Building and installing from source
2741

2842
See [INSTALL.md](INSTALL.md)

0 commit comments

Comments
 (0)