From 3374bb98dcb5de2106619e3284112162f9756b0f Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 20 Sep 2021 10:16:17 -0700 Subject: [PATCH] Add instructions to install from PPA [skip ci] [skip doxy] --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34547ee..0a05323 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,20 @@ control the MFD and LEDs. If you are not comfortable working in the commandline, then the [gx52](https://gitlab.com/leinardi/gx52) project might be a better fit for your needs as it provides a graphical interface to control the MFD and LEDs. -# Building and installing +# Installing released versions + +This project has been released as a PPA on Ubuntu. To install the package, run +the following commands in the terminal. + +``` +sudo apt-add-repository ppa:nirenjan/x52pro-linux +sudo apt update +sudo apt install libx52-1 +``` + +You can configure the daemon by editing the configuration `/etc/x52d/x52d.conf` +and reloading the daemon process `sudo systemctl reload x52d.service`. + +# Building and installing from source See [INSTALL.md](INSTALL.md)