Doc: Update git submodule instructions in readme

This commit is contained in:
Riyyi
2022-09-27 12:23:31 +02:00
parent 17e3a8a5eb
commit 0305b2c464
+3 -4
View File
@@ -7,14 +7,13 @@ Inferno game engine project.
** Clone ** Clone
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ git clone https://gitlab.com/riyyi/inferno $ git clone https://github.com/riyyi/inferno
$ cd inferno $ cd inferno
$ git submodule init $ git submodule update --init --recursive
$ git submodule update
#+END_SRC #+END_SRC
Or Or
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ git clone --recursive https://gitlab.com/riyyi/inferno $ git clone --recursive https://github.com/riyyi/inferno
#+END_SRC #+END_SRC
** Update ** Update