From 86c6528a432e35a1180bb6706f8da81e04d4c7c8 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 24 May 2012 19:03:00 +0200 Subject: [PATCH] Rephrased introduction --- modules/pacman/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/pacman/README.md b/modules/pacman/README.md index 1e41453a..4c789c67 100644 --- a/modules/pacman/README.md +++ b/modules/pacman/README.md @@ -1,8 +1,8 @@ Pacman ====== -Provides aliases and utility functions for package management on Arch Linux with -`pacman` and `yaourt`. +Provides aliases and utility functions for the package manager [`pacman`][1] and +it's frontend [`yaourt`][2]. Aliases ------- @@ -16,7 +16,7 @@ These aliases use `sudo` whenever a command needs privileges. ### Aliases for `yaourt` These aliases use the `yaourt` command, and are thus only available, if -[`yaourt`][1] is installed. +[`yaourt`][2] is installed. - `yaconf`: Fix all configuration files with `vimdiff`. - `yaupg`: Synchronize repositories and upgrade packages that are out of date. @@ -76,5 +76,6 @@ Authors - [Sorin Ionescu](/sorin-ionescu) -[1]: http://archlinux.fr/yaourt-en +[1]: http://www.archlinux.org/pacman/ +[2]: http://archlinux.fr/yaourt-en