Skip to content

Commit ec9f562

Browse files
authored
Merge pull request #106 from hyarion/add-recurse-submodules
Add --recurse-submodules to git clone commands
2 parents 719fcc1 + ac2ab5a commit ec9f562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gettingstarted/CLion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you don't already have CLion installed, download it, license it, install it p
88

99
### Checking out FreeCAD
1010

11-
**Command line:** `git clone https://github.com/FreeCAD/FreeCAD` and then File -> Open or New Project on that directory.
11+
**Command line:** `git clone --recurse-submodules https://github.com/FreeCAD/FreeCAD` and then File -> Open or New Project on that directory.
1212

1313
**IDE:** From upper left, choose Project from Version Control. Use https://github.com/FreeCAD/FreeCAD
1414
![Pict8](./resources/CLionPythonDebug8.png)

gettingstarted/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ that you can run your build system in. For example, on MacOS from the top of a F
4343
## Setting up for Development
4444

4545
1. Fork [https://github.com/FreeCAD/FreeCAD](https://github.com/FreeCAD/FreeCAD) on GitHub
46-
2. Clone your fork: for example, on the command line you can use `git clone https://github.com/YourUsername/FreeCAD FreeCAD-src`
46+
2. Clone your fork: for example, on the command line you can use `git clone --recurse-submodules https://github.com/YourUsername/FreeCAD FreeCAD-src`
4747
3. Set up `pre-commit` (our automatic code-formatter and checker):
4848

4949

0 commit comments

Comments
 (0)