From fa1ea9bc76d628c2a5eab1d2e2e9a4f5b93a784e Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 20 Jul 2020 21:47:46 +0200 Subject: [PATCH] Prefer explicit yay installation command If you run `yay` without `-S` it'll perform a search instead of a direct match. --- README.md | 4 ++-- 1 file 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