From 3913714591310dbc4d98a3daa27234c96523d5a8 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Tue, 25 Aug 2026 14:58:06 +0200 Subject: [PATCH] README: use the real repository URL in the uv install example Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EYNdaGDrpaqDyT8QtrTQbM --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f0a75..01d60cc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Requires Python 3.8–3.11 (Conan 1.x does not run on 3.12+). With ```bash # As a command on your PATH, in its own venv with Conan 1.66: -uv tool install git+https:///conan-utils # or `uv tool install .` from a checkout +uv tool install git+ssh://git@kode.naiv.no:2222/olemd/conan-1.6-utilities.git +# or, from a checkout: uv tool install . conandeps path/to/conanfile.py -r knor # Or run the single file directly, no checkout needed (PEP 723 inline metadata):