diff --git a/README.md b/README.md index 55feb182f..880f28c96 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,22 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).

## Getting started +You can get started quickly like this: + +``` +$ pip install aider-chat + +# Change directory into a git repo +$ cd /to/your/git/repo + +# Work with GPT-4o on your repo +$ export OPENAI_API_KEY=your-key-goes-here +$ aider + +# Or, work with Claude 3 Opus on your repo +$ export ANTHROPIC_API_KEY=your-key-goes-here +$ aider --opus +``` **See the [installation instructions](https://aider.chat/docs/install.html)