Warn that Homebrew is much slower

Refs #102
This commit is contained in:
Simon Willison 2023-07-12 09:01:38 -07:00
parent a3c079606c
commit 5970e1bcc2
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Install this tool using `pip`:
```bash
pip install llm
```
Or using [Homebrew](https://brew.sh/):
Or using [Homebrew](https://brew.sh/) (much slower):
```bash
brew install simonw/llm/llm
```

View file

@ -10,7 +10,7 @@ Or using [pipx](https://pypa.github.io/pipx/):
```bash
pipx install llm
```
Or using [Homebrew](https://brew.sh/):
Or using [Homebrew](https://brew.sh/) (much slower):
```bash
brew install simonw/llm/llm
```