Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
werbenhu committed May 30, 2023
1 parent e546b47 commit d1f0353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ go install github.com/werbenhu/digo/digogen@v1.0.2
### 生成依赖注入代码
打开命令行执行下面命令,`digogen`将会根据注解自动生成`digo.generated.go`源码文件.
```sh
cd examples/simple
digogen
```
### 运行代码
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ go install github.com/werbenhu/digo/digogen@v1.0.2

Open the command line and execute the following command. digogen will automatically generate the `digo.generated.go` source code file based on the annotations.
```sh
cd examples/simple
digogen
```

Expand Down

0 comments on commit d1f0353

Please sign in to comment.