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 @@ -15,32 +15,32 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
1515On linux AMD64
1616
1717``` sh
18- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.2 /CodeGPT-0.0.2 -linux-amd64 -O codegpt
18+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.3 /CodeGPT-0.0.3 -linux-amd64 -O codegpt
1919```
2020
2121On macOS (Intel amd64)
2222
2323``` sh
24- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.2 /CodeGPT-0.0.2 -darwin-amd64 -O codegpt
24+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.3 /CodeGPT-0.0.3 -darwin-amd64 -O codegpt
2525```
2626
2727On macOS (Apple arm64)
2828
2929``` sh
30- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.2 /CodeGPT-0.0.2 -darwin-arm64 -O codegpt
30+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.3 /CodeGPT-0.0.3 -darwin-arm64 -O codegpt
3131```
3232
3333On Windows (AMD64)
3434
3535``` sh
36- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.2 /CodeGPT-0.0.2 -windows-amd64.exe -O codegpt.exe
36+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.3 /CodeGPT-0.0.3 -windows-amd64.exe -O codegpt.exe
3737```
3838
3939Change the binary permission to ` 755 ` and move to system bin directory. Try the ` codegpt ` command as below
4040
4141``` sh
4242$ codegpt version
43- version: v0.0.2 commit: 500ae35
43+ version: v0.0.3 commit: 415c8a1
4444```
4545
4646## Setup
You can’t perform that action at this time.
0 commit comments