From 66c10e3c3e79360c933c3b86fab212c53a51a8d9 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 27 Sep 2022 12:41:28 +0200 Subject: [PATCH] Doc: Update git submodule instructions in readme --- README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index d92764f..ad87372 100644 --- a/README.org +++ b/README.org @@ -10,14 +10,13 @@ Accurate GameBoy emulator. *** Clone #+BEGIN_SRC shell-script -$ git clone https://gitlab.com/riyyi/garbage +$ git clone https://github.com/riyyi/garbage $ cd garbage -$ git submodule init -$ git submodule update +$ git submodule update --init --recursive #+END_SRC Or #+BEGIN_SRC shell-script -$ git clone --recursive https://gitlab.com/riyyi/garbage +$ git clone --recursive https://github.com/riyyi/garbage #+END_SRC *** Update