From 5590e9c9b7eda8c1676776832bb8a5d2c5ad99b2 Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:03:47 +1000 Subject: [PATCH] docs: add make install --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b2ae29..cdffe04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,10 @@ If you think there's something here that would benefit everyone, or what's here no longer follows common practice, please submit any changes via a PR! +## Getting started + +Run `make install` to install cookiecutter and the pre-commit hooks to generate snapshots. + ## Dependencies To identify outdated dependencies used by the template run `make outdated` @@ -9,4 +13,3 @@ To identify outdated dependencies used by the template run `make outdated` ## Testing After making a change run `make test` to bake a project into _/tmp/cookie_. -