From 83a8bef48fc8433b41a102a28dbacf1a0c1b7ae0 Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 9 Sep 2025 18:56:46 +0200 Subject: [PATCH] Update README file to point to the proper GitHub repository and use https cloning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02c9142..0ef2505 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ With uv, you have the choice of just calling the tool with uv, or cloning the re #### I just want to use the tool ```bash -uv tool install -p 3.12 git+ssh://git@github.com/0x53504852/dactory@add_package_management_and_entrypoint +uv tool install -p 3.12 git+https://github.com/kyutai-labs/dactory uvx dactory --help ``` @@ -31,7 +31,7 @@ uvx dactory --help With uv, nothing is required to use the package. Simply run for example: ```bash -git clone git@github.com:0x53504852/dactory.git +git clone https://github.com/kyutai-labs/dactory.git cd dactory uv run dactory create --help ```