mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-21 19:19:37 +05:00
improve doc
This commit is contained in:
@@ -52,13 +52,13 @@ npm i
|
|||||||
go install github.com/a-h/templ/cmd/templ@latest
|
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)*
|
*You might need to add go binaries to your PATH (add this line to your .bashrc / .zshrc / whatever)*
|
||||||
```sh
|
```sh
|
||||||
export PATH=${PATH}:`go env GOPATH`/bin
|
export PATH=${PATH}:`go env GOPATH`/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
5. Generate code from templates:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
templ generate
|
templ generate
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user