diff options
| author | DiligentGraphics <egor.yusov@gmail.com> | 2019-06-06 06:21:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-06 06:21:40 +0000 |
| commit | 3d30dee77735ead35277bca4a3712b79e86145d3 (patch) | |
| tree | 8b59cd8dff62a7fc9e68923c0a96992b466f2813 | |
| parent | Updated core & samples modules (diff) | |
| download | DiligentEngine-3d30dee77735ead35277bca4a3712b79e86145d3.tar.gz DiligentEngine-3d30dee77735ead35277bca4a3712b79e86145d3.zip | |
Updated readme: removed instructions to checkout v2.4.b as it is out-of-date
| -rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -56,8 +56,6 @@ It is distributed under [Apache 2.0 license](License.txt) and is free to use. | <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/macos-logo.png" width=24 valign="middle"> MacOS | OpenGL4.1, Vulkan (via [MoltenVK](https://github.com/KhronosGroup/MoltenVK)) | [](https://travis-ci.org/DiligentGraphics/DiligentEngine) | | <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/apple-logo.png" width=24 valign="middle"> iOS | OpenGLES3.0, Vulkan (via [MoltenVK](https://github.com/KhronosGroup/MoltenVK)) | [](https://travis-ci.org/DiligentGraphics/DiligentEngine) | -Last Stable Release - [v2.4.b](https://github.com/DiligentGraphics/DiligentEngine/releases/tag/v2.4.b) - # Table of Contents - [Clonning the Repository](#clonning) @@ -90,16 +88,10 @@ This is the master repository that contains four [submodules](https://git-scm.co git clone --recursive https://github.com/DiligentGraphics/DiligentEngine.git ``` -To checkout the last stable release, run the following commands: - -``` -git checkout tags/v2.4.a -git submodule update --init --recursive -``` - When updating existing repository, don't forget to update all submodules: ``` +git pull git submodule update --recursive ``` |
