diff --git a/README.md b/README.md index e2bff8ee..4e3bcdf8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Install this tool using `pip`: pip install llm +Or using [Homebrew](https://brew.sh/): + + brew install simonw/llm/llm + [Detailed installation instructions](https://llm.datasette.io/en/stable/setup.html). ## Getting started diff --git a/docs/setup.md b/docs/setup.md index a21514f9..9d93a6aa 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -10,6 +10,10 @@ Or using [pipx](https://pypa.github.io/pipx/): ```bash pipx install llm ``` +Or using [Homebrew](https://brew.sh/): +```bash +brew install simonw/llm/llm +``` ## Authentication Many LLM models require an API key. These API keys can be provided to this tool using several different mechanisms.