From 3d1a8e20f325c6cb49460f13c5bf7d0335a9b7cf Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 3 Mar 2024 16:46:39 -0800 Subject: [PATCH] copy --- docs/faq.md | 3 +++ docs/install.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 872c2720d..d7aa1605c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -378,3 +378,6 @@ The universal diff coder is currently used by GPT-4 Turbo by default. You can ma When experimenting with coder backends, it helps to run aider with `--verbose --no-pretty` so you can see all the raw information being sent to/from GPT in the conversation. + +You can also refer to the +[instructions for installing a development version of aider](https://aider.chat/docs/install.html#install-development-versions-of-aider-optional). \ No newline at end of file diff --git a/docs/install.md b/docs/install.md index be0c5db0f..a75b9519e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -59,7 +59,7 @@ See the [usage instructions](/#usage) to start coding with aider. The steps below are completely optional. - [Store your API key](#store-your-api-key-optional) -- [Enable Playwright](#enable-playwright) to enhance the `/web ` command. +- [Enable Playwright](#enable-playwright-optional) to enhance the `/web ` command. - [Enable voice coding](#enable-voice-coding-optional) - [Add aider to your editor](#add-aider-to-your-editor-optional) - [Install development versions of aider](#install-development-versions-of-aider-optional)