Skip to content

Commit

Permalink
docs: update installation instructions for README.md
Browse files Browse the repository at this point in the history
- Update README.md with new installation instructions

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 14, 2023
1 parent 8bf7d98 commit cdddc9a
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,7 @@ brew tap appleboy/tap
brew install codegpt
```

The pre-compiled binaries can be downloaded from [release page](/~https://github.com/appleboy/CodeGPT/releases).

On linux AMD64

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.6/CodeGPT-0.1.6-linux-amd64 -O codegpt
```

On macOS (Intel amd64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.6/CodeGPT-0.1.6-darwin-amd64 -O codegpt
```

On macOS (Apple arm64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.6/CodeGPT-0.1.6-darwin-arm64 -O codegpt
```

On Windows (AMD64)

```sh
wget -c /~https://github.com/appleboy/CodeGPT/releases/download/v0.1.6/CodeGPT-0.1.6-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.
The pre-compiled binaries can be downloaded from [release page](/~https://github.com/appleboy/CodeGPT/releases).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
Expand Down

0 comments on commit cdddc9a

Please sign in to comment.