README.md: Reorder ArchLinux instructions, to make them more similar to all other distros.

This commit is contained in:
Sebastian Lackner 2014-07-27 04:04:48 +02:00
parent e9a8aa66ce
commit 3d582c05b6
2 changed files with 16 additions and 18 deletions

View File

@ -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

View File

@ -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