Update README.md

This commit is contained in:
HengiFettlich 2019-04-25 22:34:58 +02:00 committed by GitHub
parent dee64ab2da
commit d44bd15aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Go to #linux on [CEMU Discord](https://discord.gg/5psYsup)
Users with Ubuntu 18.04 and later can run this command in terminal: Users with Ubuntu 18.04 and later can run this command in terminal:
``` ```
wget -O ./cemutil.sh https://github.com/HengiFettlich/cemutil/raw/master/ubuntu-wine.sh && chmod +x ubuntu-wine.sh && sudo ./ubuntu-wine.sh wget -O ./ubuntu-wine.sh https://github.com/HengiFettlich/cemutil/raw/master/ubuntu-wine.sh && chmod +x ubuntu-wine.sh && sudo ./ubuntu-wine.sh
``` ```