Skip to content

Commit

Permalink
Fix incorrect README install command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyimingdatiancai committed Jul 22, 2024
1 parent 82bd709 commit 6dced71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go install github.com/xuri/xgen/cmd/xgen@latest
如果您使用的是 Go 1.16 及更早版本,请使用 `go get` 安装可执行文件

```sh
go install -u -v github.com/xuri/xgen/cmd/...
go get -u -v github.com/xuri/xgen/cmd/...
```

下面的命令将遍历 `xsd` 目录中的 XML 模式定义文件,并在 `output` 目录中生成 Go 语言结构体声明代码。
Expand Down

0 comments on commit 6dced71

Please sign in to comment.