From 13b0d510289c5bdc1787d8cb54b54fb63c0d185d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 31 Jul 2024 10:29:12 -0300 Subject: [PATCH] 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. --- aider/website/docs/install/docker.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/aider/website/docs/install/docker.md b/aider/website/docs/install/docker.md index afa943be7..a3975fbb7 100644 --- a/aider/website/docs/install/docker.md +++ b/aider/website/docs/install/docker.md @@ -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