fix: correct sequence of commands for submodules

This commit is contained in:
Francois Best 2017-10-08 09:49:36 +02:00
parent 43fcb370ed
commit d292b68eaa
1 changed files with 2 additions and 1 deletions

View File

@ -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: