Skip to content

Commit

Permalink
Chore: Update README.md to mention git-lfs requirement (cline#698)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mdp authored Nov 8, 2024
1 parent 6a63c9f commit ff725d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To contribute to the project, start by exploring [open issues](https://github.co
<details>
<summary>Local Development Instructions</summary>

1. Clone the repository:
1. Clone the repository *(Requires [git-lfs](https://git-lfs.com/))*:
```bash
git clone https://github.com/cline/cline.git
```
Expand Down

0 comments on commit ff725d3

Please sign in to comment.