Updated README.md

Added prerequisite paragraph to option 2. 

Remind users to set the registry entry if they jump directly to Option 2 for installation.
This commit is contained in:
Patrick Hofmann 2020-11-11 14:05:02 +01:00 committed by GitHub
parent eff9dac441
commit cca0945bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,18 @@ Installation complete.
``` ```
### Option 2 - I already have an RDP server or VM ### Option 2 - I already have an RDP server or VM
If you already have an RDP server or VM, using WinApps is very straight forward. Simply create your `~/.config/winapps/winapps.conf` configuration file, and run: If you already have an RDP server or VM, using WinApps is very straight forward.
In your existing VM:
- Go to the Start Menu
- Type "About"
- Open "About"
- Change the PC name to "RDPWindows" (This will allow WinApps to detect the local IP)
- Go to Settings
- Under "System", then "Remote Desktop" allow remote connections for RDP
- Merge `kvm/RDPApps.reg` into the registry to enable RDP Applications
Then simply create your `~/.config/winapps/winapps.conf` configuration file, and run:
``` bash ``` bash
$ git clone https://github.com/Fmstrat/winapps.git $ git clone https://github.com/Fmstrat/winapps.git
$ cd winapps $ cd winapps
@ -170,4 +181,4 @@ Installation complete.
- Some icons pulled from - Some icons pulled from
- Fluent UI React - Icons under [MIT License](https://github.com/Fmstrat/fluent-ui-react/blob/master/LICENSE.md) - Fluent UI React - Icons under [MIT License](https://github.com/Fmstrat/fluent-ui-react/blob/master/LICENSE.md)
- Fluent UI - Icons under [MIT License](https://github.com/Fmstrat/fluentui/blob/master/LICENSE) with [restricted use](https://static2.sharepointonline.com/files/fabric/assets/microsoft_fabric_assets_license_agreement_nov_2019.pdf) - Fluent UI - Icons under [MIT License](https://github.com/Fmstrat/fluentui/blob/master/LICENSE) with [restricted use](https://static2.sharepointonline.com/files/fabric/assets/microsoft_fabric_assets_license_agreement_nov_2019.pdf)