Skip to content

Commit 76a27b6

Browse files
authored
Merge pull request #13 from schubergphilis/docs/correct-install-package-name
docs: use distribution name in install commands
2 parents 9e43914 + 9de7f67 commit 76a27b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ this tool is the bulk, idempotent, scriptable way to apply them.
3232
### Install
3333

3434
```sh
35-
uv tool install datadog-slo-overrides # global `datadog-slo-overrides` command
35+
uv tool install datadog_slo_overrides_cli # global `datadog-slo-overrides` command
3636
# or run without installing:
37-
uvx datadog-slo-overrides --help
37+
uvx --from datadog_slo_overrides_cli datadog-slo-overrides --help
3838
# or, from a checkout:
3939
uv run datadog-slo-overrides --help
4040
```

0 commit comments

Comments
 (0)