aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 30a59b021d86c25919434c8606ee2e306f47dea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# haur

*H*elper for the *A*rch *U*ser *R*epository

## Installlation

```bash
git clone https://aur.archlinux.org/haur.git
cd haur
makepkg -si
```

## Usage

Usage is pretty simple.

To install:
```bash
haur <package name>
```

To remove:
```bash
haur -r <package name>
```

Deleting a package only removes it from pacman, not the disk. To clear removed packages:
```bash
haur-clear-cache
```


If you have any problems, please leave a comment on the AUR page and/or create a GitHub issue