From 1b1f78f0b89f80ba159f87fef7b98378d3b231d5 Mon Sep 17 00:00:00 2001 From: Len Woodward Date: Tue, 8 Aug 2023 23:14:26 -0700 Subject: [PATCH] wip --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1dd574..b904cd6 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,18 @@ chmod +x ./scripts/* ## Testing ```bash +# Run test suite composer test + +# Test hook without having to make a dummy commit +git hook run pre-commit ``` ## Contributing -Please see [CONTRIBUTING](CONTRIBUTING.md) for details. +> **Note** Don't build the binary when contributing. The binary will be built when a release is tagged. + +Please see [CONTRIBUTING](CONTRIBUTING.md) for more details. ## Security Vulnerabilities