summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <egor.yusov@gmail.com>2019-05-22 06:19:27 +0000
committerGitHub <noreply@github.com>2019-05-22 06:19:27 +0000
commitcb29d72ac9d8dc87ff376eef9a71923252de52d2 (patch)
treee76b5653cc446e25865365dcf6cf65b200a9f0e4
parentUpdated samples (fixed shift key handling by InputController on Linux) (diff)
downloadDiligentEngine-cb29d72ac9d8dc87ff376eef9a71923252de52d2.tar.gz
DiligentEngine-cb29d72ac9d8dc87ff376eef9a71923252de52d2.zip
Update README.md
-rw-r--r--README.md10
1 files 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.
+
<a name="repository_structure"></a>
## Repository Structure