From f9eeede7abc7d3345f89022dc1bc9a7963459c3f Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Wed, 27 Mar 2024 12:54:36 +0100 Subject: [PATCH] Updated README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b892d93..8a72b94 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,6 @@ config file: Prerequisites: - Go 1.21 (or later): -- Templ v0.2.648 (or later): The HTML pages are templated using Templ. This is a manual step that needs to be done after each code change to any `.templ` files. @@ -144,6 +143,9 @@ needs to be done after each code change to any `.templ` files. go generate ``` +The generate command effectively runs `go run ...`, so you don't +need `templ` CLI installed. + ## Building the application and docker image ```bash