From 3d582c05b67124c6f1065af07067584d2774547f Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 27 Jul 2014 04:04:48 +0200 Subject: [PATCH] README.md: Reorder ArchLinux instructions, to make them more similar to all other distros. --- README.md | 17 ++++++++--------- debian/tools/README.md.in | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 709bc075..f72aad1d 100644 --- a/README.md +++ b/README.md @@ -70,20 +70,19 @@ sudo apt-get install --install-recommends wine-compholio ![alt text](http://cdn.fds-team.de/misc/images/arch.png) Arch Linux ------------------------------------------------------------------------- -In order to add our repository, you have to add the following lines to your -`/etc/pacman.conf`: -``` -[compholio] -Server = http://cdn.fds-team.de/stable/arch/$arch -``` - -Afterwards you have to import the key for our repository, and set the trust level to -trusted: +As a first step you have to import the key for our repository, and set the trust level +to trusted: ```bash sudo pacman-key -r E49CC0415DC2D5CA sudo pacman-key --lsign-key E49CC0415DC2D5CA ``` +Afterwards you have to add the following lines to `/etc/pacman.conf`: +``` +[compholio] +Server = http://cdn.fds-team.de/stable/arch/$arch +``` + Now you can install wine-compholio directly using `pacman`: ```bash sudo pacman -Sy wine-compholio diff --git a/debian/tools/README.md.in b/debian/tools/README.md.in index 97fac7d7..411526f0 100644 --- a/debian/tools/README.md.in +++ b/debian/tools/README.md.in @@ -43,20 +43,19 @@ sudo apt-get install --install-recommends wine-compholio ![alt text](http://cdn.fds-team.de/misc/images/arch.png) Arch Linux ------------------------------------------------------------------------- -In order to add our repository, you have to add the following lines to your -`/etc/pacman.conf`: -``` -[compholio] -Server = http://cdn.fds-team.de/stable/arch/$arch -``` - -Afterwards you have to import the key for our repository, and set the trust level to -trusted: +As a first step you have to import the key for our repository, and set the trust level +to trusted: ```bash sudo pacman-key -r E49CC0415DC2D5CA sudo pacman-key --lsign-key E49CC0415DC2D5CA ``` +Afterwards you have to add the following lines to `/etc/pacman.conf`: +``` +[compholio] +Server = http://cdn.fds-team.de/stable/arch/$arch +``` + Now you can install wine-compholio directly using `pacman`: ```bash sudo pacman -Sy wine-compholio