From 9fc22b2b974c4e17fa10ccd31849d295483d4017 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Sep 2025 10:44:54 +0200 Subject: [PATCH] Fix README: Separate curl commands into individual code blocks - Split installation commands into separate copyable blocks - Users can now copy each curl command independently - Improved clarity with Option 1/Option 2 labels --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0321dc..ed27dce 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,13 @@ A modern Python-based RDP client with GUI interface that replaces the zenity-bas **One-line installation** that handles everything automatically: +**Option 1: SSH access (full-featured installer)** ```bash -# For users with SSH access to the repository: curl -fsSL https://gitea.egonetix.de/root/rdp_client/raw/branch/main/install_rdp_client_complete.sh | bash +``` -# For users without SSH access (HTTPS version): +**Option 2: HTTPS access (simple installer)** +```bash curl -fsSL https://gitea.egonetix.de/root/rdp_client/raw/branch/main/install_rdp_client_https.sh | bash ```