We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7570e13 commit 040f7f4Copy full SHA for 040f7f4
README.md
@@ -10,6 +10,13 @@ A CLI written in [Go](https://go.dev) language that writes git commit messages f
10
11
## Installation
12
13
+Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/). To install `codegpt` via brew:
14
+
15
+```sh
16
+brew tap appleboy/tap
17
+brew install codegpt
18
+```
19
20
The pre-compiled binaries can be downloaded from [release page](https://github.com/appleboy/CodeGPT/releases).
21
22
On linux AMD64
0 commit comments