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:
```
sudo apt install wget
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
chmod +x wine-installer-ubuntu.sh
./wine-installer-ubuntu.sh
```
sudo apt install git
git clone https://github.com/RishonDev/get-wine-latest.sh.git
cd get-wine-latest.sh
chmod +x *.sh\
wine-installer-ubuntu.sh
```