aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-12-08 01:02:58 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-12-08 01:02:58 +0100
commit7fe96621631c9782479f67a228fca94112449cae (patch)
tree68884fd8bfa7618b353ff6976f7d2aef55addd1b
parent2121277d608f118b2a601183d555ad89be4780e1 (diff)
downloadjuicebox-asm-7fe96621631c9782479f67a228fca94112449cae.tar.gz
juicebox-asm-7fe96621631c9782479f67a228fca94112449cae.zip
readme: fix link; split code in two lines
-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