We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fcb37 commit d292b68Copy full SHA for d292b68
CONTRIBUTING.md
@@ -8,7 +8,8 @@ Requirements to build and run the unit tests:
8
9
Pull Google Test / Google Mock subrepository:
10
```
11
-$ git init submodules
+$ git submodule init
12
+$ git submodule update
13
14
15
Create build directory, run CMake, build and run unit tests:
0 commit comments