From 3d30dee77735ead35277bca4a3712b79e86145d3 Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Wed, 5 Jun 2019 23:21:40 -0700 Subject: Updated readme: removed instructions to checkout v2.4.b as it is out-of-date --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 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. | 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) | | 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 ``` -- cgit v1.2.3