|
|
@ -7,14 +7,14 @@ Inferno game engine project. |
|
|
|
** Clone |
|
|
|
** Clone |
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC sh |
|
|
|
#+BEGIN_SRC sh |
|
|
|
$ git clone https://gitlab.com/riyyi/engine |
|
|
|
$ git clone https://gitlab.com/riyyi/inferno |
|
|
|
$ cd engine |
|
|
|
$ cd inferno |
|
|
|
$ git submodule init |
|
|
|
$ git submodule init |
|
|
|
$ git submodule update |
|
|
|
$ git submodule update |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Or |
|
|
|
Or |
|
|
|
#+BEGIN_SRC sh |
|
|
|
#+BEGIN_SRC sh |
|
|
|
$ git clone --recursive https://gitlab.com/riyyi/engine |
|
|
|
$ git clone --recursive https://gitlab.com/riyyi/inferno |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|
|
|
** Update |
|
|
|
** Update |
|
|
|