From cb29d72ac9d8dc87ff376eef9a71923252de52d2 Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Tue, 21 May 2019 23:19:27 -0700 Subject: Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 022cbbe..5bac8dd 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,6 @@ This is the master repository that contains four [submodules](https://git-scm.co git clone --recursive https://github.com/DiligentGraphics/DiligentEngine.git ``` -Alternatively, you can get master repository fisrt, and then individually clone all submodules into the engine's root folder. - To checkout the last stable release, run the following commands: ``` @@ -99,6 +97,14 @@ git checkout tags/v2.4.a git submodule update --init --recursive ``` +When updating existing repository, don't forget to update all submodules: + +``` +git submodule update --recursive +``` + +It is also a good idea to re-run CMake and perform clean rebuild after getting the latest version. + ## Repository Structure -- cgit v1.2.3