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:
@@ -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:
|
**One-line installation** that handles everything automatically:
|
||||||
|
|
||||||
|
**Option 1: SSH access (full-featured installer)**
|
||||||
```bash
|
```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
|
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
|
curl -fsSL https://gitea.egonetix.de/root/rdp_client/raw/branch/main/install_rdp_client_https.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user