From d3db97b5fb507b44fb5fb34e207c172691602827 Mon Sep 17 00:00:00 2001 From: Randell Date: Thu, 28 Nov 2024 10:08:22 -0700 Subject: [PATCH] Update readme to specify exactly how to get started --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 220edfc..07bbd5e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Once cloned, run the `update_module.sh` script to change the module to your modu ./update_module my-new-module ``` +Install the following before generating files + +- [sqlc](https://docs.sqlc.dev/en/latest/overview/install.html) +- [templ](https://templ.guide/quick-start/installation) + Then you can proceed to generate sqlc and templ files ```shell