Skip to content

Commit

Permalink
chore: update kitex version in Readme (en)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix021 authored Oct 23, 2023
1 parent 8af0502 commit b120970
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,13 @@ Write dubbo client code based on existing **api.thrift** and [**Type Mapping Tab
### Prerequisites

```shell
# install kitex cmd tool
go install github.com/cloudwego/kitex/tool/cmd/kitex@008f748
# install the latest kitex cmd tool (kitex >= v0.7.3)
go install github.com/cloudwego/kitex/tool/cmd/kitex@latest

# install thriftgo
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.

### Generating kitex stub codes

```shell
Expand Down

0 comments on commit b120970

Please sign in to comment.