From 8295a179bcaa04d198e59b3965766a9cb14b1d63 Mon Sep 17 00:00:00 2001 From: Felipe Peter Date: Mon, 15 Jan 2024 17:46:34 +0100 Subject: [PATCH] docs: Add note about template hook dependencies --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 000382f..d0df219 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,9 @@ Run with:: A GitHub token will be retrieved from the ``GITHUB_TOKEN`` environment variable. It can also be passed via the ``--github-access-token`` option. +Any dependencies required by a template's pre/post-generate hooks must be installed into the same environment +as the template updater. + Find out more by running:: update-template --help