mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 11:35:00 +00:00
use cog to include get-started in readme
This commit is contained in:
parent
d65e16c4df
commit
3532bd7758
3 changed files with 40 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
<!-- Edit README.md, not index.md -->
|
||||
|
||||
# Aider is AI pair programming in your terminal
|
||||
|
||||
Aider lets you pair program with LLMs,
|
||||
|
@ -24,6 +26,11 @@ and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
|
|||
</p>
|
||||
|
||||
## Getting started
|
||||
<!--[[[cog
|
||||
# We can't do this here: {% include get-started.md %}
|
||||
# Because this page is rendered by GitHub as the repo README
|
||||
cog.out(open("website/_includes/get-started.md").read())
|
||||
]]]-->
|
||||
You can get started quickly like this:
|
||||
|
||||
```
|
||||
|
@ -40,6 +47,7 @@ $ aider
|
|||
$ export ANTHROPIC_API_KEY=your-key-goes-here
|
||||
$ aider --opus
|
||||
```
|
||||
<!--[[[end]]]-->
|
||||
|
||||
**See the
|
||||
[installation instructions](https://aider.chat/docs/install.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue