Update README.md

This commit is contained in:
HengiFettlich 2019-05-20 08:32:55 +02:00 committed by GitHub
parent 831019f41d
commit 413d40c9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,4 +45,17 @@ sudo apt-get update
sudo apt-get upgrade sudo apt-get upgrade
``` ```
Arch (i.e. Manjaro or Antergos Users) have to build mesa-git from the AUR. If you need help, join the [CEMU Discord](https://discord.gg/5psYsup) and ask in #linux Arch (i.e. Manjaro or Antergos Users) edit /etc/pacman.conf, i.e. with gedit:
```
sudo gedit /etc/pacman.conf
```
to the bottom of the file add:
```
[mesa-git]
SigLevel = PackageOptional
Server = http://pkgbuild.com/~lcarlier/$repo/$arch
```
save the file and then type:
```
sudo pacman -Syu mesa-git
```