From 25d7a3b3b06dd87d51fda1fd53822c9922dffe70 Mon Sep 17 00:00:00 2001 From: mehan <74927578+mehanalavimajd@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:19:40 +0430 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07faf2f..fc4ec2c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ and sets some necessary components up for the best performance if they are not already installed you can install them using your package manager for example in arch Linux ```bash -sudo pacman -S wine winetricks wine32 +sudo pacman -S wine winetricks wine64 ``` 3- make sure you have enough storage in your `/home` partition about `5 GiB` > 1 GiB will be free after installation From 89b601d50b5eb5eb660464baed43c5a34ae45a38 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 30 Mar 2021 21:54:54 +0430 Subject: [PATCH 2/2] Update README.md We don't have `wine64` package in arch Linux repositories it will be installed beside `wine` package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4ec2c..262b192 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ and sets some necessary components up for the best performance if they are not already installed you can install them using your package manager for example in arch Linux ```bash -sudo pacman -S wine winetricks wine64 +sudo pacman -S wine winetricks ``` 3- make sure you have enough storage in your `/home` partition about `5 GiB` > 1 GiB will be free after installation