From 1f220c51f6fd16edf63b196a684db8ed0065c553 Mon Sep 17 00:00:00 2001 From: Robin-Manuel Thiel Date: Thu, 18 Apr 2024 11:48:10 +0200 Subject: [PATCH] fix: Update docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1db39e2..f6190b3 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ Choose these to generate basic templates for specific technologies. They will no ## Development +Before starting local development, make sure, that the GitHooks are installed via [pre-commit](https://pre-commit.com/#installation). + +```bash +pre-commit install +``` + Open a Terminal at the repository root and run the following commands. ```bash