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 @@ -39,32 +39,32 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
3939On linux AMD64
4040
4141``` sh
42- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3 /CodeGPT-0.1.3 -linux-amd64 -O codegpt
42+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4 /CodeGPT-0.1.4 -linux-amd64 -O codegpt
4343```
4444
4545On macOS (Intel amd64)
4646
4747``` sh
48- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3 /CodeGPT-0.1.3 -darwin-amd64 -O codegpt
48+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4 /CodeGPT-0.1.4 -darwin-amd64 -O codegpt
4949```
5050
5151On macOS (Apple arm64)
5252
5353``` sh
54- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3 /CodeGPT-0.1.3 -darwin-arm64 -O codegpt
54+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4 /CodeGPT-0.1.4 -darwin-arm64 -O codegpt
5555```
5656
5757On Windows (AMD64)
5858
5959``` sh
60- wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3 /CodeGPT-0.1.3 -windows-amd64.exe -O codegpt.exe
60+ wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4 /CodeGPT-0.1.4 -windows-amd64.exe -O codegpt.exe
6161```
6262
6363Change the binary permissions to ` 755 ` and copy the binary to the system bin directory. Use the ` codegpt ` command as shown below.
6464
6565``` sh
6666$ codegpt version
67- version: v0.1.3 commit: xxxxxxx
67+ version: v0.1.4 commit: xxxxxxx
6868```
6969
7070## Setup
You can’t perform that action at this time.
0 commit comments