aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8ff01a1db7df..14c13886cc0f 100644
--- a/README.md
+++ b/README.md
@@ -22,19 +22,19 @@ git clone https://github.com/karx1/haur.git
Usage is pretty simple.
-To install:
+To install a package:
```bash
haur <package name>
```
-To remove:
+To remove a package:
```bash
haur -r <package name>
```
Deleting a package only removes it from pacman, not the disk. To clear removed packages:
```bash
-haur-clear-cache
+haur -c
```