Update README.org

This commit is contained in:
Rick van Vonderen
2019-12-10 17:12:33 +01:00
parent fb740a780f
commit 940b87d9c6
+22
View File
@@ -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