diff options
-rw-r--r-- | DEVELOPMENT.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0d88a72..df3d0d8 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,3 +1,11 @@ +### Setting up + +Set up git hooks by running + + ./scripts/setup-hooks.sh + +### Building + There's a Makefile with useful shortcuts to build the project in the "build/" directory: |