Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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
```

#### I want to clone the repo to edit it:
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
```
Expand Down