@ -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
$ git clone --recursive https://gitlab.com/riyyi/engine
** Update
$ git pull
$ git submodule update --recursive
* Build instructions