Skip to content

Commit b43f9a6

Browse files
MarkShawn2020claude
andcommitted
docs: add --recursive flag for submodules in clone command
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7934a8d commit b43f9a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Download the latest release for your platform from [Releases](https://github.com
5353
### From Source
5454

5555
```bash
56-
# Clone the repository
57-
git clone https://github.com/markshawn2020/lovcode.git
56+
# Clone the repository (with submodules)
57+
git clone --recursive https://github.com/markshawn2020/lovcode.git
5858
cd lovcode
5959

6060
# Install dependencies

0 commit comments

Comments
 (0)