From 7f00a3bef611279c3300c46a3b88d9802955feef Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:24:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 875fd36..dc4e795 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Originally created by fmstrat https://github.com/Fmstrat/winapps/ ### Step 1: Set up a Windows Virtual Machine The best solution for running a VM as a subsystem for WinApps would be KVM. KVM is a CPU and memory-efficient virtualization engine. To set up the VM for WinApps, follow this guide: -- [Creating a Virtual Machine in KVM using UTM](docs/UTM.md) +- [Creating a Virtual Machine in KVM using UTM](docs/KVM.md) If you already have a Virtual Machine or server you wish to use with WinApps, you will need to merge `install/RDPApps.reg` into the VM's Windows Registry. If this VM is in KVM and you want to use auto-IP detection, you will need to name the machine `RDPWindows`. Directions for both of these can be found in the guide linked above.