From 56a75a8c50661512be1cdf319a2cfabdae7ce2d0 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Fri, 23 Aug 2019 11:36:27 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0787fd7..ba8d977 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,13 @@ CM CMake module file ## use - create a project - - run "git submodule add https://github.com/hyzboy/CMCMakeModule" in project root directory. - - run "git submodule add https://github.com/hyzboy/CMCore" - - run "git submodule add https://github.com/hyzboy/CMPlatform" + - switch to the project root directory using the console/bash/GIT Bash + - run the following command +``` + git submodule add https://github.com/hyzboy/CMCMakeModule + git submodule add https://github.com/hyzboy/CMCore + git submodule add https://github.com/hyzboy/CMPlatform +``` - add the following code to project CMakeLists.txt ``` cmake_minimum_required(VERSION 3.0)