From af2871b80806b933e8bff2dcb311cc19c07c95ef Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Fri, 12 Sep 2025 09:23:13 +1000 Subject: [PATCH] Update README with correct FreeRDP test command for Podman Signed-off-by: Rohan Barar --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39f6546..1638b44 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,9 @@ BOOT_TIMEOUT="120" ```bash xfreerdp3 /u:"Your Windows Username" /p:"Your Windows Password" /v:192.168.122.2 /cert:tofu + # Or, if you are using Podman + podman unshare --rootless-netns xfreerdp3 /u:"Your Windows Username" /p:"Your Windows Password" /v:127.0.0.1 /cert:tofu + # Or, if you installed FreeRDP using Flatpak flatpak run --command=xfreerdp com.freerdp.FreeRDP /u:"Your Windows Username" /p:"Your Windows Password" /v:192.168.122.2 /cert:tofu ```