diff --git a/server/README.md b/server/README.md index 982f999..163ffd1 100644 --- a/server/README.md +++ b/server/README.md @@ -48,10 +48,8 @@ A scalable backend boilerplate built with **Go**, **Gin**, **GORM**, **PostgreSQ 4. Generate templates ```bash - go run scripts/migrate.go go get -tool github.com/a-h/templ/cmd/templ@latest - go -tool templ generate - go tool templ generate + go tool templ generate ``` 5. Start the server: