doc: run windows app guide

This commit is contained in:
hesam-init 2024-03-10 16:01:17 +03:30
parent f604c64a79
commit 76e39e2919

14
guides/windows-void.md Normal file
View file

@ -0,0 +1,14 @@
# Run Windows apps with Wine or Bottles on Void Linux
## Prerequisites
- Wine : wine wine-32bit libwine libwine-32bit winetricks wine-tools wine-common
- Bottles: flatpak install flathub com.usebottles.bottles
## Run .exe Apps
To run .exe programs run this command.
```bash
wine <program-name>
```