docs(display): update with new tooling

This commit is contained in:
2025-11-05 21:54:22 +01:00
parent bbaf08d6b8
commit 78d12cf49f
+2 -2
View File
@@ -11,6 +11,6 @@
## Development Setup
- install Go (at least version v1.24)
- build template: `go tool templ generate`
- install Go (at least version v1.25)
- build template: `go generate ./..`
- run code: `go run .`