diff --git a/guides/windows-void.md b/guides/windows-void.md new file mode 100644 index 0000000..639c126 --- /dev/null +++ b/guides/windows-void.md @@ -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 +``` \ No newline at end of file