diff --git a/README.md b/README.md index e3a01f5..8ca6f20 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ npm i go install github.com/a-h/templ/cmd/templ@latest ``` -5. Generate code from templates: - *You might need to add go binaries to your PATH (add this line to your .bashrc / .zshrc / whatever)* ```sh export PATH=${PATH}:`go env GOPATH`/bin ``` +5. Generate code from templates: + ```sh templ generate ```