feat: mention freerdp3 links in readme, see e.g. #72

This commit is contained in:
Oskar Manhart 2024-01-22 19:21:41 +00:00 committed by GitHub
parent 89de2b4b59
commit 152a92412b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,11 @@ sudo apt install -y freerdp2-x11
git clone https://github.com/winapps-org/winapps.git git clone https://github.com/winapps-org/winapps.git
cd winapps cd winapps
``` ```
> [!note]
> Ideally grab freerdp 3.0.0 or later, especially if you're having issues.
> You can find nightly builds here: https://github.com/FreeRDP/FreeRDP/wiki/Prebuilds
### Step 3: Creating your WinApps configuration file ### Step 3: Creating your WinApps configuration file
You will need to create a `~/.config/winapps/winapps.conf` configuration file with the following information in it: You will need to create a `~/.config/winapps/winapps.conf` configuration file with the following information in it:
``` bash ``` bash