Skip to content

Commit

Permalink
wine64 requrement added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gictorbit committed Mar 29, 2021
2 parents 66e66ca + d6a1364 commit 498cd5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
* `wine64`
* `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
Expand Down

0 comments on commit 498cd5b

Please sign in to comment.