Skip to content

Commit c2ee9e1

Browse files
authored
fix #14
1 parent 3b90af1 commit c2ee9e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
5656
### In an existing env
5757
Assuming you already have some env active:
5858
```bash
59-
uv pip install dad@git+https://github.com/Parskatt/dad.git
59+
uv pip install dad-detector
6060
```
61+
or
62+
```bash
63+
uv add dad-detector
64+
```
65+
6166
### As a project
6267
For dev, etc:
6368
```bash

0 commit comments

Comments
 (0)