Rephrased introduction
This commit is contained in:
parent
257262256c
commit
86c6528a43
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
Pacman
|
Pacman
|
||||||
======
|
======
|
||||||
|
|
||||||
Provides aliases and utility functions for package management on Arch Linux with
|
Provides aliases and utility functions for the package manager [`pacman`][1] and
|
||||||
`pacman` and `yaourt`.
|
it's frontend [`yaourt`][2].
|
||||||
|
|
||||||
Aliases
|
Aliases
|
||||||
-------
|
-------
|
||||||
|
@ -16,7 +16,7 @@ These aliases use `sudo` whenever a command needs privileges.
|
||||||
### Aliases for `yaourt`
|
### Aliases for `yaourt`
|
||||||
|
|
||||||
These aliases use the `yaourt` command, and are thus only available, if
|
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`.
|
- `yaconf`: Fix all configuration files with `vimdiff`.
|
||||||
- `yaupg`: Synchronize repositories and upgrade packages that are out of date.
|
- `yaupg`: Synchronize repositories and upgrade packages that are out of date.
|
||||||
|
@ -76,5 +76,6 @@ Authors
|
||||||
|
|
||||||
- [Sorin Ionescu](/sorin-ionescu)
|
- [Sorin Ionescu](/sorin-ionescu)
|
||||||
|
|
||||||
[1]: http://archlinux.fr/yaourt-en
|
[1]: http://www.archlinux.org/pacman/
|
||||||
|
[2]: http://archlinux.fr/yaourt-en
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue