From 964412d9886d9768846faf471ff3e483239e781d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Aug 2024 09:50:30 -0700 Subject: [PATCH] copy --- aider/website/docs/faq.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index 89e05bf6e..d8429203c 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -75,10 +75,11 @@ You could then run aider in repo-A and use `/read ../path/to/repo-B/map.md` to share a high level map of the other repo. - You can use aider to write documentation about a repo. -Inside repo-B, you could run `aider docs.md` +Inside each repo, you could run `aider docs.md` and work with aider to write some markdown docs. -You can then `/read ../path/to/repo-B/docs.md` those docs in while using aider to -edit repo-A. +Then while using aider to edit repo-A +you can then `/read ../path/to/repo-B/docs.md` to +read in those docs from the other repo. ## How can I run aider locally from source code?