Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Mar 27, 2024
1 parent 76af5b2 commit f9eeede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ config file:
Prerequisites:

- Go 1.21 (or later): <https://go.dev/doc/install>
- Templ v0.2.648 (or later): <https://templ.guide/quick-start/installation>

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.
Expand All @@ -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
Expand Down

0 comments on commit f9eeede

Please sign in to comment.