summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <egor.yusov@gmail.com>2019-06-06 06:21:40 +0000
committerGitHub <noreply@github.com>2019-06-06 06:21:40 +0000
commit3d30dee77735ead35277bca4a3712b79e86145d3 (patch)
tree8b59cd8dff62a7fc9e68923c0a96992b466f2813
parentUpdated core & samples modules (diff)
downloadDiligentEngine-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.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index ec76cbe..ecce6b5 100644
--- a/README.md
+++ b/README.md
@@ -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)) | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentEngine.svg?branch=master)](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)) | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentEngine.svg?branch=master)](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
```