Skip to content

Commit

Permalink
Update readme to specify exactly how to get started
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Nov 28, 2024
1 parent be7cae0 commit d3db97b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3db97b

Please sign in to comment.