From 940b87d9c6b025191bc3ab5676606f938a49cce4 Mon Sep 17 00:00:00 2001 From: Rick van Vonderen <0945444@hr.nl> Date: Tue, 10 Dec 2019 17:12:33 +0100 Subject: [PATCH] Update README.org --- README.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.org b/README.org index fe5824e..b5f23b6 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,28 @@ Game Engine project. +* Download + +** Clone + +#+BEGIN_SRC sh + $ git clone https://gitlab.com/riyyi/engine + $ cd engine + $ git submodule init + $ git submodule update +#+END_SRC +Or +#+BEGIN_SRC sh + $ git clone --recursive https://gitlab.com/riyyi/engine +#+END_SRC + +** Update + +#+BEGIN_SRC sh + $ git pull + $ git submodule update --recursive +#+END_SRC + * Build instructions #+BEGIN_SRC sh