From 267ae4caebd6ef5d95dd98865ad6ddab8bb902c0 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Fri, 12 Oct 2018 04:45:40 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1113697..5fe0c5e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,18 @@ A script for install packages from AUR that doesn't require extra dependences, only requires git installed. cower is only needed if you want to run simplesearch for find package names/updates in AUR (recommended). simpleaur does NOT have automatic dependency resolution. # Instalation -git clone https://gitlab.com/edu4rdshl/simpleaur.git +`git clone https://gitlab.com/edu4rdshl/simpleaur.git` +ArchLinux users can install it from the PKGBUILD that is in AUR, type it commands: + +``` +$ mkdir simpleaur +$ cd simpleaur +$ curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=simpleaur-git +$ makepkg -sci +$ cd .. +$ rm -rf simpleaur/ +``` # Usage For instalations: ./simpleaur package1 package2 package3 ...