Skip to content

Commit

Permalink
docs(readme): add windows installation note. (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 committed Dec 4, 2023
1 parent 264e079 commit 5cfcffd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,19 @@ A CLI written in [Go](https://go.dev) language that writes git commit messages o

## Installation

Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/). To install `codegpt` via brew:
Install from [Homebrew](http://brew.sh/) on MacOS

```sh
brew tap appleboy/tap
brew install codegpt
```

Install from [Chocolatey]([url](https://chocolatey.org/install)) on Windows

```sh
choco install codegpt
```

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
Expand Down

0 comments on commit 5cfcffd

Please sign in to comment.