Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update kitex and thriftgo version #75

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading