From ff725d35ff081f8c0a102d9dcf4618d892d8a440 Mon Sep 17 00:00:00 2001 From: Mark Percival Date: Thu, 7 Nov 2024 16:35:50 -0800 Subject: [PATCH] Chore: Update README.md to mention git-lfs requirement (#698) The cline repo will fail to clone without git-lfs, as demo.gif is a pointer. This leaves the user with a incomplete cloned repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d323284..45aff0f 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To contribute to the project, start by exploring [open issues](https://github.co
Local Development Instructions -1. Clone the repository: +1. Clone the repository *(Requires [git-lfs](https://git-lfs.com/))*: ```bash git clone https://github.com/cline/cline.git ```