summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-07-20 21:47:46 +0200
committerGitHub <noreply@github.com>2020-07-20 21:47:46 +0200
commitfa1ea9bc76d628c2a5eab1d2e2e9a4f5b93a784e (patch)
tree41499f106842d8557cf74fdee1b3e7a1d7c83d51 /README.md
parenteeebb96912685c30ea57f94834b4a2ed3df8af80 (diff)
Prefer explicit yay installation command
If you run `yay` without `-S` it'll perform a search instead of a direct match.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfff56ff..ce2a861e 100644
--- a/README.md
+++ b/README.md
@@ -93,10 +93,10 @@ cargo install bottom --locked
### AUR
```bash
-yay bottom
+yay -S bottom
# If you instead want a pre-built binary:
-yay bottom-bin
+yay -S bottom-bin
```
### Debian