mirror of
https://github.com/winapps-org/winapps.git
synced 2025-09-16 06:19:37 +02:00
Update README with correct FreeRDP test command for Podman
Signed-off-by: Rohan Barar <rohan.barar@gmail.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user