README: use the real repository URL in the uv install example

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYNdaGDrpaqDyT8QtrTQbM
This commit is contained in:
Ole-Morten Duesund 2026-08-25 14:58:06 +02:00
commit 3913714591

View file

@ -37,7 +37,8 @@ Requires Python 3.83.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://<your-forge>/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):