Skip to content

Commit

Permalink
fix README_zh_cn go install command (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
penndev authored Jul 14, 2024
1 parent d7d7c97 commit 6403f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6403f4d

Please sign in to comment.