From b37730e3f9bc539a22039f6ec9938c92576a5431 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 9 Jul 2023 19:13:26 -0700 Subject: [PATCH] copy --- examples/2048-game.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/2048-game.md b/examples/2048-game.md index bb4f154d9..a1a8de1fd 100644 --- a/examples/2048-game.md +++ b/examples/2048-game.md @@ -7,6 +7,8 @@ Notice that GPT-4 asks to see a particular source file, and aider automatically
+> $ git clone https://github.com/gabrielecirulli/2048 +> $ cd 2048 > $ aider #### what is this repo?