Skip to content

Commit

Permalink
Merge pull request #129 from karldoenitz/feature-v2.0.0
Browse files Browse the repository at this point in the history
Feature v2.0.0
  • Loading branch information
karldoenitz authored Dec 29, 2023
2 parents df42ae4 + 33d12c4 commit 3f4c36b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ go get -u github.com/karldoenitz/Tigo/...
export GO111MODULE=on;
```

# 升级到指定版本
```shell
go get github.com/karldoenitz/Tigo@version
```

# 示例
## Hello Tigo

Expand Down
5 changes: 5 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ go get -u github.com/karldoenitz/Tigo/...
export GO111MODULE=on;
```

# Update to defined version
```shell
go get github.com/karldoenitz/Tigo@version
```

# Demo
## Hello Tigo

Expand Down

0 comments on commit 3f4c36b

Please sign in to comment.