From 5a1629669f7d80ca08633fa0c9e3cee44dc0593c Mon Sep 17 00:00:00 2001 From: lm Date: Fri, 17 Oct 2025 12:34:00 +0200 Subject: [PATCH] Point README to new repository URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447613e..4655063 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ICRS is a small Tkinter tool for analysing colour ranges in images. You load a p ## Setup with uv ```bash -git clone https://github.com//ICRS.git +git clone https://git.lukasmahler.de/lm/ICRS.git cd ICRS uv venv source .venv/bin/activate # Windows: .venv\Scripts\activate