From 90e9d7908207a7e4aab95226acd20734322bafe3 Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Thu, 4 May 2023 16:56:08 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index daa1533..423b113 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +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 +```