fix(更新文档): 更新文档

This commit is contained in:
xiaoqidun 2021-09-07 11:08:40 +08:00
parent 15072d4cb7
commit ce68380357
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# gitcz
Golang版本Git Commitizencommit规范工具
# 快速安装
go get -u github.com/xiaoqidun/gitcz
go install github.com/xiaoqidun/gitcz@latest
# 编译安装
```
git clone https://github.com/xiaoqidun/gitcz.git

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/xiaoqidun/gitcz
go 1.15
go 1.17