fix setup instructions to use uv run
Some checks failed
/ build (pull_request) Has been cancelled
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Has been cancelled

This commit is contained in:
Tessa 2026-05-23 22:32:18 +02:00
commit c490e55544
Signed by: forestcat
SSH key fingerprint: SHA256:lntCAePrjxSV4AojosXK50+xP98sJmnFosoEXKJeLB4

View file

@ -38,7 +38,7 @@ Once you have cloned the repository, you can just edit a file in the [`docs/`](h
```shell ```shell
uv venv uv venv
uv pip install -r docs_requirements.txt uv pip install -r docs_requirements.txt
mkdocs serve uv run mkdocs serve
``` ```
When adding new content, you can use one of the templates below to get started: When adding new content, you can use one of the templates below to get started: