Skip to content

Commit 040f7f4

Browse files
authored
docs: improve installation instructions for codegpt on MacOS via Homebrew (#24)
- Add instructions for installing `codegpt` via Homebrew on MacOS - Remove irrelevant context lines fix #8
1 parent 7570e13 commit 040f7f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ A CLI written in [Go](https://go.dev) language that writes git commit messages f
1010

1111
## Installation
1212

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+
1320
The pre-compiled binaries can be downloaded from [release page](https://github.com/appleboy/CodeGPT/releases).
1421

1522
On linux AMD64

0 commit comments

Comments
 (0)