Skip to content

Commit

Permalink
chore: update README with information about Homebrew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich committed Oct 19, 2024
1 parent 347c82c commit c398f44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ $ Get-ChildItem *.yml | Rename-Item -NewName {$_.BaseName+'.yaml'}
Just download a pre-compiled binary for your system (macOS, Linux, Windows) from the [releases page](https://github.com/pteich/clai/releases).
You only need to unpack the archive and run the binary in a terminal of your choice.

There are also pre-build DEB, RPM and APK packages.

### Homebrew installation

You can also use Homebrew (https://brew.sh/) to install using my "Tap" repository:
```shell
brew tap pteich/tap
brew install clai
```

## OpenAI API

CLAI uses the OpenAI API to generate the commands. Per default, it uses Groq with the "llama3-70b-8192" model.
Expand Down

0 comments on commit c398f44

Please sign in to comment.