From 66bef8afb3540dfd67b0e44fa23a8b41e7cb725f Mon Sep 17 00:00:00 2001 From: Andreas Schnebinger Date: Wed, 14 Nov 2018 19:33:54 +0100 Subject: [PATCH] yaourt: use token syntax --- pages/linux/yaourt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/yaourt.md b/pages/linux/yaourt.md index 0a08d82dc0..8660c1db34 100644 --- a/pages/linux/yaourt.md +++ b/pages/linux/yaourt.md @@ -8,15 +8,15 @@ - Install a new package (includes AUR): -`yaourt -S package-name` +`yaourt -S {{package_name}}` - Remove a package and its dependencies (includes AUR packages): -`yaourt -Rs package-name` +`yaourt -Rs {{package_name}}` - Search the package database for a keyword (including AUR): -`yaourt -Ss package-name` +`yaourt -Ss {{package_name}}` - List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local'):