fix setup instructions to use uv run
Some checks failed
/ Ansible Lint (push) Successful in 2m25s
/ Ansible Lint (pull_request) Successful in 2m24s
/ build (pull_request) Failing after 2m41s

This commit is contained in:
forestcat-admin 2026-05-23 22:40:09 +02:00
commit f4eecfe082
Signed by: forestcat-admin
SSH key fingerprint: SHA256:mOzNhGmqziBnfFtROKgKZqGLIXufXmWsvIVEloawS0o

View file

@ -38,7 +38,7 @@ Once you have cloned the repository, you can just edit a file in the [`docs/`](h
```shell
uv venv
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: