Skip to content

Commit ae7fd8e

Browse files
RIO ISHIIclaude
authored andcommitted
docs: update clone instructions for submodule pattern
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ba92e2 commit ae7fd8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
> **Important**: This repository is a subproject of [Qlib-with-Claudex (parent)](https://github.com/rozwer/Qlib-with-Claudex).
2-
> Clone the **parent repository first** to get Claude Code skills, subagents, and settings required for the R&D loop.
1+
> **Important**: This repository is a submodule of [Qlib-with-Claudex (parent)](https://github.com/rozwer/Qlib-with-Claudex).
2+
> Clone the **parent repository with submodules** to get Claude Code skills, subagents, and settings required for the R&D loop.
33
>
44
> ```bash
5-
> git clone git@github.com:rozwer/Qlib-with-Claudex.git Qlib && cd Qlib
6-
> git clone git@github.com:rozwer/RD-Agent-with-Claudex.git RD-Agent-with-Claudex
5+
> git clone --recurse-submodules git@github.com:rozwer/Qlib-with-Claudex.git Qlib
76
> ```
87
98
---

0 commit comments

Comments
 (0)