From ead0af5dee49e408c005151393f8a7dbcd27026c Mon Sep 17 00:00:00 2001 From: Erik Abair Date: Fri, 24 Jun 2022 20:03:34 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 13fabd2..4b7dbc7 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,15 @@ This project provides a CPU-based implementation of the nv2a vertex shader operations used by the original Microsoft Xbox. + + +# Development + +## git hooks + +This project uses [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) +to automate some aspects of keeping the code base healthy, in particular `clang-format` +invocation. + +Please copy the files from the `githooks` subdirectory into `.git/hooks` to +enable them.