From 6403f4d1e069e4a6eeb49639c8cafb168c28a523 Mon Sep 17 00:00:00 2001 From: Penn <42759565+penndev@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:00:15 +0800 Subject: [PATCH] fix README_zh_cn go install command (#627) --- README-zh_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh_cn.md b/README-zh_cn.md index 0ab33071..2e0084b1 100644 --- a/README-zh_cn.md +++ b/README-zh_cn.md @@ -45,7 +45,7 @@ air --build.cmd "go build -o bin/api cmd/run.go" --build.bin "./bin/api" --build 使用 go 1.22 或更高版本: ```shell -go install github.com/cosmtrek/air@latest +go install github.com/air-verse/air@latest ``` ### 使用 install.sh