doc: run windows app guide
This commit is contained in:
parent
f604c64a79
commit
76e39e2919
1 changed files with 14 additions and 0 deletions
14
guides/windows-void.md
Normal file
14
guides/windows-void.md
Normal 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>
|
||||
```
|
Loading…
Add table
Reference in a new issue