mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
README.md: Reorder ArchLinux instructions, to make them more similar to all other distros.
This commit is contained in:
parent
e9a8aa66ce
commit
3d582c05b6
17
README.md
17
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
|
||||
|
17
debian/tools/README.md.in
vendored
17
debian/tools/README.md.in
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user