mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Update README.md
This commit is contained in:
parent
cc20e28bbd
commit
267ae4caeb
1 changed files with 11 additions and 1 deletions
12
README.md
12
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
|
||||
<code>git clone https://gitlab.com/edu4rdshl/simpleaur.git</code>
|
||||
`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
|
||||
<b>For instalations: </b>
|
||||
<code>./simpleaur package1 package2 package3 ...</code></br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue