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

This commit is contained in:
xiaoqidun committed 2021-09-07 11:08:40 +08:00
1 parent 15072d4cb7
commit ce68380357
2 files changed
+2 -2

No files matched your search

+1 -1
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
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/xiaoqidun/gitcz
go 1.15
go 1.17