We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051ea34 commit 0b7b855Copy full SHA for 0b7b855
README.md
@@ -25,7 +25,9 @@ semantic warnings and errors.
25
### Cloning
26
It's recommended that you clone ofc recursively, as it has a submodule:
27
28
- git clone https://github.com/CodethinkLabs/ofc.git --recursive
+ git clone https://github.com/CodethinkLabs/ofc.git --recurse-submodules
29
+
30
+For git 2.12 or earlier use `--recursive` instead
31
32
### Installation
33
To install ofc, do:
0 commit comments