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 ```