fix readme

This commit is contained in:
2026-02-01 21:06:20 +02:00
parent 6ad98aaad0
commit e4c077a313

View File

@@ -48,9 +48,7 @@ A scalable backend boilerplate built with **Go**, **Gin**, **GORM**, **PostgreSQ
4. Generate templates 4. Generate templates
```bash ```bash
go run scripts/migrate.go
go get -tool github.com/a-h/templ/cmd/templ@latest go get -tool github.com/a-h/templ/cmd/templ@latest
go -tool templ generate
go tool templ generate go tool templ generate
``` ```