Update README.md

This commit is contained in:
Rishon Jonathan R 2023-05-04 16:56:08 +05:30 committed by GitHub
parent 44a45e4a90
commit 90e9d79082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -9,8 +9,9 @@ To install wine, Simply copy this:
Ubuntu: Ubuntu:
``` ```
sudo apt install wget sudo apt install git
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh git clone https://github.com/RishonDev/get-wine-latest.sh.git
chmod +x wine-installer-ubuntu.sh cd get-wine-latest.sh
./wine-installer-ubuntu.sh chmod +x *.sh\
``` wine-installer-ubuntu.sh
```