From 94fe9e95c9f4abb72a62459d55697ba96584aa44 Mon Sep 17 00:00:00 2001 From: AlexSSD7 Date: Wed, 6 Sep 2023 13:15:37 +0100 Subject: [PATCH] Specify that it's mandatory to add QEMU path --- INSTALL_WINDOWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL_WINDOWS.md b/INSTALL_WINDOWS.md index 100ee6b..6949549 100644 --- a/INSTALL_WINDOWS.md +++ b/INSTALL_WINDOWS.md @@ -15,6 +15,8 @@ QEMU is what Linsk uses to run virtual machines. The easiest way to install QEMU on Windows is to use the official installer binaries. You can find them here: https://www.qemu.org/download/#windows. +After the installation is complete, you will need to add `C:\Program Files\qemu` to PATH. Here's a guide: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/. + ## OpenVPN Tap Networking Drivers Linsk takes use of OpenVPN's tap networking drivers to allow for direct host-VM communication over a virtual network.