aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files 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