Doc: Update git submodule instructions in readme
This commit is contained in:
+9
-10
@@ -7,29 +7,28 @@ 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
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ git pull
|
$ git pull
|
||||||
$ git submodule update --recursive
|
$ git submodule update --recursive
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Build instructions
|
* Build instructions
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake .. && make
|
$ cmake .. && make
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Libraries
|
* Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user