Skip to content

Commit

Permalink
Update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Feb 29, 2024
1 parent 7be127c commit dbed00c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@ $ cllm search "Provide the command to build and push a Docker image from the cur
docker build -t myapp:latest . --push
```


## Installation

`cllm` can be installed using `brew`!
### Homebrew (macOS and Linux)

```bash
brew tap dev-backpack/cllm
brew install cllm
```

### Install Script (macOS and Linux)

```bash
curl https://raw.githubusercontent.com/dev-backpack/cllm/main/install.sh | sh
```

## Commands

#### Register OpenAI API Key
Expand All @@ -35,4 +40,4 @@ cllm set key [API_KEY]

```bash
cllm search [QUERY]
```
```

0 comments on commit dbed00c

Please sign in to comment.