From affdaa8fabf2d00865f0750a86d47cfc9c17499a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 29 Feb 2024 21:20:33 +0100 Subject: [PATCH] Add details about AUR package (#634) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9917eee..0cda1b8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,18 @@ When you type rip ``` -it should show the main help page. If you have no idea what these mean, or are having other issues installing, check out the [detailed installation instructions](https://github.com/nathom/streamrip/wiki#detailed-installation-instructions). +it should show the main help page. If you have no idea what these mean, or are having other issues installing, check out the [detailed installation instructions](https://github.com/nathom/streamrip/wiki#detailed-installation-instructions). + +For Arch Linux users, an AUR package exists. Make sure to install required packages from the AUR before using `makepkg` or use an AUR helper to automatically resolve them. +``` +git clone https://aur.archlinux.org/streamrip.git +cd streamrip +makepkg -si +``` + or + ``` +paru -S streamrip +``` ### Streamrip beta