Skip to content

Commit 0b7b855

Browse files
Update README.md git command
1 parent 051ea34 commit 0b7b855

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ semantic warnings and errors.
2525
### Cloning
2626
It's recommended that you clone ofc recursively, as it has a submodule:
2727

28-
git clone https://github.com/CodethinkLabs/ofc.git --recursive
28+
git clone https://github.com/CodethinkLabs/ofc.git --recurse-submodules
29+
30+
For git 2.12 or earlier use `--recursive` instead
2931

3032
### Installation
3133
To install ofc, do:

0 commit comments

Comments
 (0)