From bb88d10aa34facdcd35199e6e8d3c230634adc4f Mon Sep 17 00:00:00 2001 From: pryme-svg <65417452+pryme-svg@users.noreply.github.com> Date: Sat, 17 Oct 2020 21:11:42 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf8bb6b..f6a154b 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,15 @@ npm run run *You can find an experimental GNU/Linux tutorial in our Discord, or use the AUR* ## AUR (unofficial) -https://aur.archlinux.org/packages/lightcord-bin/ -If you don't know how to install from the AUR, you can follow [this](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages) tutorial, but I would recommend using an AUR helper such as ``yay``. +You need to install the `base-devel` and `git` packages first + +**For compilation** +`git clone https://aur.archlinux.org/lightcord-git.git && cd lightcord-git && makepkg -si` + +**For precomiled binaries** +`git clone https://aur.archlinux.org/lightcord-bin.git && cd lightcord-bin && makepkg -si` + +An AUR helped such as `yay` can also be used ## Other linux distribution You can also install it via this install script. It will automatically : From a1613eaf5a373712bbdb22248fae55b7b0342e5f Mon Sep 17 00:00:00 2001 From: pryme-svg <65417452+pryme-svg@users.noreply.github.com> Date: Sat, 17 Oct 2020 21:15:20 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a154b..3775d0c 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ npm run run ## AUR (unofficial) You need to install the `base-devel` and `git` packages first -**For compilation** +**For compilation** https://aur.archlinux.org/packages/lightcord-git/ `git clone https://aur.archlinux.org/lightcord-git.git && cd lightcord-git && makepkg -si` -**For precomiled binaries** +**For precomiled binaries** https://aur.archlinux.org/packages/lightcord-bin/ `git clone https://aur.archlinux.org/lightcord-bin.git && cd lightcord-bin && makepkg -si` An AUR helped such as `yay` can also be used From 3a68e40ebfb71eed4ef41a439be9885d88538ab1 Mon Sep 17 00:00:00 2001 From: pryme-svg <65417452+pryme-svg@users.noreply.github.com> Date: Sat, 17 Oct 2020 21:17:54 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3775d0c..5dd4dcc 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,11 @@ npm run run You need to install the `base-devel` and `git` packages first **For compilation** https://aur.archlinux.org/packages/lightcord-git/ + `git clone https://aur.archlinux.org/lightcord-git.git && cd lightcord-git && makepkg -si` **For precomiled binaries** https://aur.archlinux.org/packages/lightcord-bin/ + `git clone https://aur.archlinux.org/lightcord-bin.git && cd lightcord-bin && makepkg -si` An AUR helped such as `yay` can also be used