feat(readme): add installation command for hertz_scaffold

Add a installation shell command in the README to facilitate users in
getting started with the hertz_scaffold by directly installing it usingthe provided go command.
This commit is contained in:
liangzy 2024-07-18 17:40:49 +08:00
parent 5c51ce0f20
commit bef276638f

View File

@ -1,3 +1,7 @@
# hertz_scaffold
hertz 脚 手架
```shell
go install golib.gaore.com/GaoreGo/hertz_scaffold@v0.0.3
```