README: prefer the anonymous HTTPS install URL
The repository is public, so HTTPS needs no SSH key; keep SSH as an alternative. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EYNdaGDrpaqDyT8QtrTQbM
This commit is contained in:
parent
3913714591
commit
eb7dcb89d4
1 changed files with 3 additions and 2 deletions
|
|
@ -37,8 +37,9 @@ 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+ssh://git@kode.naiv.no:2222/olemd/conan-1.6-utilities.git
|
||||
# or, from a checkout: uv tool install .
|
||||
uv tool install git+https://kode.naiv.no/olemd/conan-1.6-utilities.git
|
||||
# with an SSH key: uv tool install git+ssh://git@kode.naiv.no:2222/olemd/conan-1.6-utilities.git
|
||||
# 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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue