Update README.md

This commit is contained in:
Eduard Tolosa 2018-06-30 14:40:07 +00:00
parent 59947cc382
commit b0eab7ac2c

View file

@ -1,11 +1,17 @@
# simpleaur
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).
# Instalation
<code>git clone https://gitlab.com/edu4rdshl/simpleaur.git</code>
# Usage
./simpleaur package-to-install</br>
<b>For instalations: </b>
<code>./simpleaur package-to-install</code></br>
./simplesearch package-to-search</br>
<b>For search: </b>
<code>./simplesearch package-to-searchc</code></br>
./simplecheck
<b>For updated check: </b>
<code>./simplecheck</code>
You are free to move the scripts to /usr/bin and then use it's from everywhere.