aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 73636947aac1f7c4871377402392607a4c729f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# aur

My AUR helper. See `aur -h`

## Bash completion

```sh
cp aur-completion.bash ~/.aur-completion.bash

# add this line to your .bashrc
source ~/.aur-completion.bash
```