From 0bdb5a46393a0cc8fd836fb63312ec3844e28500 Mon Sep 17 00:00:00 2001 From: esskayesss Date: Thu, 25 Feb 2021 16:46:08 +0530 Subject: [PATCH] Added Installation instructionf for ArchLinux users --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 27bceb31..2849aa42 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,23 @@ This software does not magically download any paid course available on Udemy, yo | Mac | x64 | 1.8.2 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.8.2/Udeler-1.8.2-mac.dmg) | | Linux | x86_x64 | 1.8.2 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.8.2/Udeler-1.8.2-linux-x86_x64.AppImage) | +#### Installation on Arch Linux from the AUR + +With your preferred helper: + +```bash +paru -Sy udeler-bin +``` + +Manual installation: + +```bash +sudo pacman -S --needed base-devel +git clone https://aur.archlinux.org/udeler-bin +cd udeler-bin +makepkg -si +``` + ### Note: By default the courses will be downloaded to the user's Download folder. The structure of course content will be preserved.