From d65e16c4df6662de53e5c1ed1d475cc7630b70ff Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:46:13 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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)