mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat(install): add full version instructions for Docker
The above changes add instructions for installing the full version of the Aider application using Docker, which includes additional features like interactive help, the browser GUI, and Playwright support for web scraping.
This commit is contained in:
parent
dde7906cf1
commit
13b0d51028
1 changed files with 8 additions and 1 deletions
|
@ -27,7 +27,14 @@ you do the `docker run` command:
|
|||
```
|
||||
git config user.email "you@example.com"
|
||||
git config user.name "Your Name"
|
||||
```
|
||||
```
|
||||
|
||||
## Full version
|
||||
|
||||
The above command installs the aider core, which is missing some of the extra
|
||||
features like interactive help, the browser GUI and Playwright support for
|
||||
scraping web pages.
|
||||
|
||||
|
||||
|
||||
## Limitations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue