From d292b68eaa9c9cd6adf637a35c541065075dfc38 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sun, 8 Oct 2017 09:49:36 +0200 Subject: [PATCH] fix: correct sequence of commands for submodules --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9270a8a..2b31956 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,8 @@ Requirements to build and run the unit tests: 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: