Skip to content

Commit 72939d5

Browse files
committed
Add aider ai tool
1 parent 4a5419d commit 72939d5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ai/aider.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Install aider AI pair programming CLI tool
2+
3+
Tags:
4+
Platform: darwin
5+
6+
## Summary
7+
8+
Install the AI pair programming tool [aider](https://aider.chat)
9+
10+
```bash
11+
curl -LsSf https://aider.chat/install.sh | sh
12+
```
13+
14+
## Details
15+
16+
Configure [keys](https://aider.chat/docs/config/api-keys.html)
17+
```bash
18+
export ANTHROPIC_API_KEY=<key>
19+
```
20+
21+
Start with a model
22+
```bash
23+
aider --model sonnet
24+
```
25+
26+
More [usage details](https://aider.chat/docs/usage.html)

0 commit comments

Comments
 (0)