From 665ba704aa753e3bf1c9293143b4176802e5e5c1 Mon Sep 17 00:00:00 2001 From: Marko Zivic Date: Sat, 21 Dec 2024 15:50:53 +0100 Subject: [PATCH] Add AUR to readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a346543..029aca6 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ options: [pipewire](https://pipewire.org/) - Easy Effects dependency, also used for recording audio ## Installing -1. Install all dependencies with your package manager -2. Clone this repository: `git clone https://github.com/mzivic7/easyeffects-record` -3. `cd easyeffects-record` -4. Copy script to system: `sudo cp easyeffects-record.py /usr/local/sbin/easyeffects-record` -5. Make it executable: `sudo chmod +x /usr/local/sbin/easyeffects-record` +- From AUR: `yay -S easyeffects-record` +- Manual: + - Install all dependencies with your package manager + - Clone this repository: `git clone https://github.com/mzivic7/easyeffects-record` + - `cd easyeffects-record` + - Copy script to system: `sudo cp easyeffects-record.py /usr/local/sbin/easyeffects-record` + - Make it executable: `sudo chmod +x /usr/local/sbin/easyeffects-record`