Commit b2fb47a7 authored by Peter Leitzen's avatar Peter Leitzen

Clarify the location of the `overcommit` tooling

It wasn't obvious that `tooling/overcommit` is contained within the
GitLab source directory.
parent 6cab4465
......@@ -4,7 +4,9 @@
You're strongly advised to install
[Overcommit](https://github.com/sds/overcommit) to automatically check for
static analysis offenses before committing locally:
static analysis offenses before committing locally.
In your GitLab source directory run:
```shell
cd tooling/overcommit && make && cd -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment