fix: correct sequence of commands for submodules
This commit is contained in:
parent
43fcb370ed
commit
d292b68eaa
|
|
@ -8,7 +8,8 @@ Requirements to build and run the unit tests:
|
||||||
|
|
||||||
Pull Google Test / Google Mock subrepository:
|
Pull Google Test / Google Mock subrepository:
|
||||||
```
|
```
|
||||||
$ git init submodules
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
```
|
```
|
||||||
|
|
||||||
Create build directory, run CMake, build and run unit tests:
|
Create build directory, run CMake, build and run unit tests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue