From 577c4f370e5e115ee802d44d0a00defa559a2f21 Mon Sep 17 00:00:00 2001 From: clemens Date: Thu, 12 Jun 2025 15:17:30 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4b5c55..5f94f41 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ While python-vlc is included in requirements, having VLC installed system-wide c 1. **Clone the Repository** ```bash - git clone https://github.com/your-username/dji-telemetry-viewer.git - cd dji-telemetry-viewer + git clone https://swnetworks.de/gitea/clemens/DJI-HeadsUp.git + cd DJI-HeadsUp ``` 2. **Create Virtual Environment** @@ -184,8 +184,8 @@ For contributors and developers: ```bash # Clone with development branch -git clone -b develop https://github.com/your-username/dji-telemetry-viewer.git -cd dji-telemetry-viewer +git clone -b develop https://swnetworks.de/gitea/clemens/DJI-HeadsUp.git +cd DJI-HeadsUp # Install in development mode pip install -e .