From b120970e1ab41e8c81232e7348b2299dce755674 Mon Sep 17 00:00:00 2001 From: Felix021 Date: Mon, 23 Oct 2023 13:26:56 +0800 Subject: [PATCH] chore: update kitex version in Readme (en) --- README_ENG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README_ENG.md b/README_ENG.md index 5041de6c..de4f25c7 100644 --- a/README_ENG.md +++ b/README_ENG.md @@ -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