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 .