Update README.md

This commit is contained in:
HengiFettlich 2019-04-25 22:32:00 +02:00 committed by GitHub
parent 59192d06e8
commit 61ea329195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,3 +25,8 @@ Support
Go to #linux on [CEMU Discord](https://discord.gg/5psYsup) Go to #linux on [CEMU Discord](https://discord.gg/5psYsup)
- Currently wine-staging 4.5 seems to be not working. If you're using an Arch based Distro, it is recommended to build wine-tkg yourself.(https://github.com/Tk-Glitch/PKGBUILDS/tree/master/wine-tkg-git) - Currently wine-staging 4.5 seems to be not working. If you're using an Arch based Distro, it is recommended to build wine-tkg yourself.(https://github.com/Tk-Glitch/PKGBUILDS/tree/master/wine-tkg-git)
- Ubuntu Users should install wine-staging 4.6 - Ubuntu Users should install wine-staging 4.6
```
wget -O ./cemutil.sh https://github.com/HengiFettlich/cemutil/raw/master/ubuntu-wine.sh && chmod +x ubuntu-wine.sh && sudo ./ubuntu-wine.sh
```