From f344d26b3d15a481a71c382901b4751c76a6dcf3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 14 May 2023 21:45:34 -0700 Subject: [PATCH] copy --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 7660bd155..85c487759 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,7 @@ Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files. Each change is automatically committed to git with a descriptive commit message. -> macbook$ aider ./hello.py -> Added hello.py to the chat - -#### > change from printing hello to goodbye - -Here's how to update the `hello.py` file: - -```python -hello.py -<<<<<<< ORIGINAL -print("hello") -======= -print("goodbye") ->>>>>>> UPDATED -``` - -> Applied edit to hello.py -> Commit d0f91a0 aider: Changed hello.py to print "goodbye". - +![aider screenshot](screenshot.png) ## Example chat transcripts