Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Added Installation instructions for ArchLinux users #555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down