File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,32 +26,32 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
2626On linux AMD64
2727
2828``` sh
29- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8 /CodeGPT-0.0.8 -linux-amd64 -O codegpt
29+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9 /CodeGPT-0.0.9 -linux-amd64 -O codegpt
3030```
3131
3232On macOS (Intel amd64)
3333
3434``` sh
35- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8 /CodeGPT-0.0.8 -darwin-amd64 -O codegpt
35+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9 /CodeGPT-0.0.9 -darwin-amd64 -O codegpt
3636```
3737
3838On macOS (Apple arm64)
3939
4040``` sh
41- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8 /CodeGPT-0.0.8 -darwin-arm64 -O codegpt
41+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9 /CodeGPT-0.0.9 -darwin-arm64 -O codegpt
4242```
4343
4444On Windows (AMD64)
4545
4646``` sh
47- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8 /CodeGPT-0.0.8 -windows-amd64.exe -O codegpt.exe
47+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9 /CodeGPT-0.0.9 -windows-amd64.exe -O codegpt.exe
4848```
4949
5050Change the binary permissions to ` 755 ` and copy the binary to the system bin directory. Use the ` codegpt ` command as shown below.
5151
5252``` sh
5353$ codegpt version
54- version: v0.0.8 commit: xxxxxxx
54+ version: v0.0.9 commit: xxxxxxx
5555```
5656
5757## Setup
You can’t perform that action at this time.
0 commit comments