From 7fe96621631c9782479f67a228fca94112449cae Mon Sep 17 00:00:00 2001
From: Johannes Stoelp <johannes.stoelp@gmail.com>
Date: Fri, 8 Dec 2023 01:02:58 +0100
Subject: readme: fix link; split code in two lines

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8d5311d..5b262e1 100644
--- a/README.md
+++ b/README.md
@@ -60,10 +60,11 @@ The [`examples/`](examples/) folder provides additional examples:
 
 ## git hook for local development
 
-The [`ci/`] checks can be run automatically during local development by
+The [`ci/`](ci) checks can be run automatically during local development by
 installing the following `pre-commit` git hook.
 ```sh
-echo 'make -C ci' > .git/hooks/pre-commit; chmod +x .git/hooks/pre-commit
+echo 'make -C ci' > .git/hooks/pre-commit
+chmod +x .git/hooks/pre-commit
 ```
 
 ## License
-- 
cgit v1.2.3