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
This commit is contained in:
root
2025-09-18 10:44:54 +02:00
parent 7de727cc1e
commit 9fc22b2b97

View File

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