Skip to content

Commit

Permalink
chore: update CodeGPT version in README.md file to 0.1.2
Browse files Browse the repository at this point in the history
- Update CodeGPT to version `0.1.2` in README.md file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 23, 2023
1 parent 93c50ec commit c930e3b
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.1/CodeGPT-0.1.1-linux-amd64 -O codegpt
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.2/CodeGPT-0.1.2-linux-amd64 -O codegpt
```

On macOS (Intel amd64)

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

On macOS (Apple arm64)

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

On Windows (AMD64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.1/CodeGPT-0.1.1-windows-amd64.exe -O codegpt.exe
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.2/CodeGPT-0.1.2-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.1 commit: xxxxxxx
version: v0.1.2 commit: xxxxxxx
```

## Setup
Expand Down

0 comments on commit c930e3b

Please sign in to comment.