Skip to content

Commit d292b68

Browse files
author
Francois Best
committed
fix: correct sequence of commands for submodules
1 parent 43fcb37 commit d292b68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Requirements to build and run the unit tests:
88

99
Pull Google Test / Google Mock subrepository:
1010
```
11-
$ git init submodules
11+
$ git submodule init
12+
$ git submodule update
1213
```
1314

1415
Create build directory, run CMake, build and run unit tests:

0 commit comments

Comments
 (0)