Skip to content

Commit

Permalink
doc: update kitex and thriftgo version (#75)
Browse files Browse the repository at this point in the history
* doc: update kitex and thriftgo version

* remove redundant line
  • Loading branch information
DMwangnima authored Jan 10, 2024
1 parent 708aa3f commit 615ae0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@

```shell
# 安装 kitex 命令行工具 (version >= v0.8.0)
go install github.com/cloudwego/kitex/tool/cmd/kitex@latest
go install github.com/cloudwego/kitex/tool/cmd/kitex@a6d5d90

# 安装 thriftgo 命令行工具 (version >= v0.3.3)
# 安装 thriftgo 命令行工具 (version >= v0.3.5)
go install github.com/cloudwego/thriftgo@latest
```

> 支持Customized Exception的提交已经合并,但尚未发布,因此需要安装Kitex的特定版本。我们将很快发布Kitex的新版本,之后便可使用@latest进行安装。
### Server 端

#### 生成脚手架
Expand Down
6 changes: 4 additions & 2 deletions README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ English | [中文](README.md)

```shell
# install the latest kitex cmd tool (version >= v0.8.0)
go install github.com/cloudwego/kitex/tool/cmd/kitex@latest
go install github.com/cloudwego/kitex/tool/cmd/kitex@a6d5d90

# install thriftgo (version >= v0.3.3)
# install thriftgo (version >= v0.3.5)
go install github.com/cloudwego/thriftgo@latest
```

> The commit in Kitex is merged but not released yet, so a specific commit of Kitex has to be installed. We'll soon release a new version of Kitex and after that the latest version of Kitex will apply.
### Kitex Server

#### Generating kitex stub codes
Expand Down

0 comments on commit 615ae0b

Please sign in to comment.