mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +02:00
typo(examples/blog): change ”make run“ to ”kratos run“ (#1474)
This commit is contained in:
@@ -13,6 +13,7 @@ data:
|
||||
source: root:password@tcp(127.0.0.1:3306)/testdb?parseTime=True
|
||||
```
|
||||
4. Run your blog server:
|
||||
```yaml
|
||||
make run
|
||||
```
|
||||
```bash
|
||||
$ go generate ./...
|
||||
$ kratos run
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user