Update README.md
This commit is contained in:
parent
831019f41d
commit
413d40c9e7
15
README.md
15
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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user