til/aur.md

12 lines
166 B
Markdown
Raw Normal View History

2020-02-24 15:38:24 +00:00
# AUR
AUR is [Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository).
## Install
Clone aur package and install:
```sh
makepkg -sric
```