From 7cc2b59a2574c7dff5ce1f29914d4e2afe2a9740 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 10 May 2023 13:02:37 -0700 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb5f9b4cb..cbc7e1b42 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Aider supports the following commands from within the chat: * `/commit [message]`: Commit outstanding changes to the chat files. Aider will provide a commit message if you don't. * `/undo`: Undo the last git commit if it was done by aider. * `/diff`: Display the diff of the last aider commit. + To use a command, simply type it in the chat input followed by any required arguments. ## Tips