update doc

This commit is contained in:
kevin
2020-10-17 19:25:30 +08:00
parent e81358e7fa
commit ea7e410145
2 changed files with 13 additions and 13 deletions

View File

@@ -163,8 +163,8 @@ go get -u github.com/tal-tech/go-zero
the generated code can be run directly:
```shell
cd greet
go run greet.go -f etc/greet-api.yaml
cd greet
go run greet.go -f etc/greet-api.yaml
```
by default, its listening on port 8888, while it can be changed in configuration file.