Prefer explicit yay installation command

If you run `yay` without `-S` it'll perform a search instead of a direct match.
This commit is contained in:
Sven-Hendrik Haase 2020-07-20 21:47:46 +02:00 committed by GitHub
parent eeebb96912
commit fa1ea9bc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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