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:
Paul Gauthier 2024-07-31 10:29:12 -03:00 committed by Paul Gauthier (aider)
parent dde7906cf1
commit 13b0d51028

View file

@ -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