Skip to content

Commit

Permalink
chore: update CodeGPT to version 0.1.3 in all OS download commands an…
Browse files Browse the repository at this point in the history
…d output

- Update CodeGPT to version 0.1.3 in all OS-specific download commands
- Update version number to 0.1.3 in the `codegpt version` command output

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 24, 2023
1 parent 1af18a3 commit 51a0f34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
On linux AMD64

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.2/CodeGPT-0.1.2-linux-amd64 -O codegpt
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-linux-amd64 -O codegpt
```

On macOS (Intel amd64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.2/CodeGPT-0.1.2-darwin-amd64 -O codegpt
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-darwin-amd64 -O codegpt
```

On macOS (Apple arm64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.2/CodeGPT-0.1.2-darwin-arm64 -O codegpt
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-darwin-arm64 -O codegpt
```

On Windows (AMD64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.2/CodeGPT-0.1.2-windows-amd64.exe -O codegpt.exe
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-windows-amd64.exe -O codegpt.exe
```

Change the binary permissions to `755` and copy the binary to the system bin directory. Use the `codegpt` command as shown below.

```sh
$ codegpt version
version: v0.1.2 commit: xxxxxxx
version: v0.1.3 commit: xxxxxxx
```

## Setup
Expand Down

0 comments on commit 51a0f34

Please sign in to comment.