From b45dc59ae06a216defc2431a9e030e90f3d05ea0 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 23 Sep 2021 09:47:57 -0700 Subject: [PATCH] Add link to AUR [skip ci] [skip doxy] --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a05323..f229064 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ for your needs as it provides a graphical interface to control the MFD and LEDs. # Installing released versions +Beginning from version v0.2.3, prebuilt packages are available on Ubuntu PPA and +the Arch User Repository. + +## Ubuntu + This project has been released as a PPA on Ubuntu. To install the package, run the following commands in the terminal. @@ -34,8 +39,9 @@ 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`. +## Arch Linux + +This is available on the [AUR](https://aur.archlinux.org/packages/libx52.git) # Building and installing from source