Include wine32 in installation requirements
This commit is contained in:
Abdelrahman Elzein 2021-03-20 17:57:01 +02:00 зафіксовано GitHub
джерело d601c05106
коміт 45c2c51e3e
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 2 додано та 1 видалено

@ -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 2-make sure the following packages are already installed on your Linux distro
* `wine` * `wine`
* `wine32`
* `winetricks` * `winetricks`
* `md5sum` * `md5sum`
if they are not already installed you can install them using your package manager for example in arch Linux if they are not already installed you can install them using your package manager for example in arch Linux
```bash ```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` 3- make sure you have enough storage in your `/home` partition about `5 GiB`
> 1 GiB will be free after installation > 1 GiB will be free after installation