From 556be62f4d4c94157c090045e5feaf04559a71ed Mon Sep 17 00:00:00 2001 From: mod hash <39630145+modhash@users.noreply.github.com> Date: Sun, 8 Nov 2020 01:31:40 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd88be4..3412b57 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ RDP_PASS="MyWindowsPassword" If you are using Option 2 below with a pre-existing non-KVM RDP server, you can use the `RDP_IP` to specify it's location. If you are running a VM in KVM with NAT enabled, leave `RDP_IP` commented out and WinApps will auto-detect the right local IP. ### Option 1 - Running KVM -You can refer to the [KVM](https://www.linux-kvm.org) documentation for specifics, but the first thing you need to do is set up a Virtual Machine running Windows 10 Professional (or any version that supports RDP). Fist, clone WinApps and install KVM and FreeRDP: +You can refer to the [KVM](https://www.linux-kvm.org) documentation for specifics, but the first thing you need to do is set up a Virtual Machine running Windows 10 Professional (or any version that supports RDP). First, clone WinApps and install KVM and FreeRDP: ``` bash git clone https://github.com/Fmstrat/winapps.git cd winapps @@ -119,4 +119,4 @@ Adding applications to the installer is easy. Simply copy one of the application - Re-run the installer - Submit a Pull Request to add it to WinApps officially -When running the installer, it will check for if any configured apps are installed, and if they are it will create the appropriate shortcuts on the host OS. \ No newline at end of file +When running the installer, it will check for if any configured apps are installed, and if they are it will create the appropriate shortcuts on the host OS.