From 413d40c9e7f377cc0f09d2e5e2d6f9aafc4b372a Mon Sep 17 00:00:00 2001 From: HengiFettlich <43856260+HengiFettlich@users.noreply.github.com> Date: Mon, 20 May 2019 08:32:55 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1567aa6..03a732d 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,17 @@ sudo apt-get update 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 +```