From 10d97e09bd0ea1f87aac4e2113c2d9dcb866df8d Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 4 May 2026 00:22:07 +0200 Subject: [PATCH] readme: update readme to add pre-commit hooks installation instruction --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +```