diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-12-08 01:02:58 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-12-08 01:02:58 +0100 |
commit | 7fe96621631c9782479f67a228fca94112449cae (patch) | |
tree | 68884fd8bfa7618b353ff6976f7d2aef55addd1b | |
parent | 2121277d608f118b2a601183d555ad89be4780e1 (diff) | |
download | juicebox-asm-7fe96621631c9782479f67a228fca94112449cae.tar.gz juicebox-asm-7fe96621631c9782479f67a228fca94112449cae.zip |
readme: fix link; split code in two lines
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |