mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
docs: add bash syntax highlighting to code blocks in docs
This commit is contained in:
parent
4dc3b9072e
commit
42ac891e28
4 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
You can get started quickly like this:
|
||||
|
||||
```
|
||||
```bash
|
||||
python -m pip install -U aider-chat
|
||||
|
||||
# Change directory into a git repo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
To use aider with pipx on replit, you can run these commands in the replit shell:
|
||||
|
||||
```
|
||||
```bash
|
||||
pip install pipx
|
||||
pipx run aider-chat ...normal aider args...
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue