docs: README.md (#749)

* update examples
pull/750/head v2.0.0-alpha6
Tony Chen 4 years ago committed by GitHub
parent 98b5903113
commit 39886e0a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md
  2. 2
      README_zh.md

@ -65,7 +65,7 @@ kratos proto client api/helloworld/helloworld.proto
# generate server template
kratos proto server api/helloworld/helloworld.proto -t internal/service
# Generate all proto source code, wire, etc.
# generate all proto source code, wire, etc.
go generate ./...
# compile
go build -o ./bin/ ./...
@ -93,7 +93,7 @@ app.Run()
## Related
* [Docs](https://go-kratos.dev/)
* [Examples](https://github.com/go-kratos/examples)
* [Examples](./examples)
* [Service Layout](https://github.com/go-kratos/kratos-layout)
## Community

@ -93,7 +93,7 @@ app.Run()
## Related
* [Docs](https://go-kratos.dev/)
* [Examples](https://github.com/go-kratos/examples)
* [Examples](./examples)
* [Service Layout](https://github.com/go-kratos/kratos-layout)
## Community

Loading…
Cancel
Save