From 2aea8c71ea92a3982a31e49941110b32f2689748 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 7 Nov 2017 20:58:36 -0500 Subject: [PATCH] Add pacaur command to search for a specific package --- help/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/help/commands.md b/help/commands.md index fe0aed76..85c2cd3f 100644 --- a/help/commands.md +++ b/help/commands.md @@ -83,6 +83,7 @@ Note that the preferred way to open things is with the `open` function; however, - Install packages: `pacaur -S ` - Remove packages (including dependencies no longer needed): `pacaur -Rs ` - Update all packages: `pacaur -Syu` +- Search for a specific package: `pacaur -Ss ` Note that if you ever get 404s with `pacman` or `pacaur`, you need to update your local database to the new download locations with `-Syu` first.