From 952eb4e4006abc4eebea532dfd95af1a8488a284 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 20 Oct 2018 18:28:51 -0700 Subject: Added glslang as submodule --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fa950b83..5f23c931 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ in the master repository. | Win32/Universal Windows | [![Build Status](https://ci.appveyor.com/api/projects/status/github/DiligentGraphics/DiligentCore?svg=true)](https://ci.appveyor.com/project/DiligentGraphics/diligentcore) | | Linux/MacOS/iOS | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentCore.svg?branch=master)](https://travis-ci.org/DiligentGraphics/DiligentCore) | +# Clonning the Repository + +To get the repository and all submodules, use the following command: + + git clone --recursive https://github.com/DiligentGraphics/DiligentCore.git + # Repository structure -- cgit v1.2.3