Merge pull request #176 from svenstaro/patch-1

Prefer explicit yay installation command
This commit is contained in:
Clement Tsang 2020-07-27 22:48:16 -04:00 committed by GitHub
commit d9a9289508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,10 +93,10 @@ cargo install bottom --locked
### AUR ### AUR
```bash ```bash
yay bottom yay -S bottom
# If you instead want a pre-built binary: # If you instead want a pre-built binary:
yay bottom-bin yay -S bottom-bin
``` ```
### Debian ### Debian