From 45c2c51e3e92f150df9164e130ed9d547fff06f0 Mon Sep 17 00:00:00 2001 From: Abdelrahman Elzein <36298730+jadenfreude@users.noreply.github.com> Date: Sat, 20 Mar 2021 17:57:01 +0200 Subject: [PATCH] Update README.md Include wine32 in installation requirements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6318220..06d10ed 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,14 @@ and sets some necessary components up for the best performance 2-make sure the following packages are already installed on your Linux distro * `wine` +* `wine32` * `winetricks` * `md5sum` 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 +sudo pacman -S wine winetricks wine32 ``` 3- make sure you have enough storage in your `/home` partition about `5 GiB` > 1 GiB will be free after installation