From 76e39e2919d9918f1fb1ed237f98b80133165a07 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 10 Mar 2024 16:01:17 +0330 Subject: [PATCH] doc: run windows app guide --- guides/windows-void.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 guides/windows-void.md 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