This commit is contained in:
Paul Gauthier 2024-08-29 12:40:33 -07:00
parent 8fd1c8f9af
commit bf554cfe43

View file

@ -80,6 +80,10 @@ and work with aider to write some markdown docs.
Then while using aider to edit repo-A
you can `/read ../path/to/repo-B/docs.md` to
read in those docs from the other repo.
- In repo A, ask aider to write a small script that demonstrates
the functionality you want to use in repo B.
Then when you're using aider in repo B, you can
`/read` in that script.
## How can I run aider locally from source code?