Doc: Update git submodule instructions in readme
This commit is contained in:
+3
-4
@@ -10,14 +10,13 @@ Accurate GameBoy emulator.
|
|||||||
*** Clone
|
*** Clone
|
||||||
|
|
||||||
#+BEGIN_SRC shell-script
|
#+BEGIN_SRC shell-script
|
||||||
$ git clone https://gitlab.com/riyyi/garbage
|
$ git clone https://github.com/riyyi/garbage
|
||||||
$ cd garbage
|
$ cd garbage
|
||||||
$ git submodule init
|
$ git submodule update --init --recursive
|
||||||
$ git submodule update
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
Or
|
Or
|
||||||
#+BEGIN_SRC shell-script
|
#+BEGIN_SRC shell-script
|
||||||
$ git clone --recursive https://gitlab.com/riyyi/garbage
|
$ git clone --recursive https://github.com/riyyi/garbage
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Update
|
*** Update
|
||||||
|
|||||||
Reference in New Issue
Block a user