diff --git a/README.md b/README.md index 42d89ce..1f85f8f 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,13 @@ This setup allows running multiple applications, either self-hosted applications | | Navidrome | Personal music streaming service | | | TubeArchivist | YouTube archiver | | | Radicale | Calendar and contacts server | + + +## Docs (internal, using this repository) + +This repository uses pre-commit hooks to automate tasks like file encryption and configuration generation. + +After cloning, install the pre-commit hooks: +```bash +pre-commit install +```