Point README to new repository URL

This commit is contained in:
lm 2025-10-17 12:34:00 +02:00
parent f47e3925f3
commit 5a1629669f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ICRS is a small Tkinter tool for analysing colour ranges in images. You load a p
## Setup with uv ## Setup with uv
```bash ```bash
git clone https://github.com/<your-org>/ICRS.git git clone https://git.lukasmahler.de/lm/ICRS.git
cd ICRS cd ICRS
uv venv uv venv
source .venv/bin/activate # Windows: .venv\Scripts\activate source .venv/bin/activate # Windows: .venv\Scripts\activate