From b432216519252943c26e9ff877ba5ca27ba77271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giovanny=20Javier=20Tipantu=C3=B1a=20Toapanta?= <67277278+GiovannyJTT@users.noreply.github.com> Date: Sun, 30 Jul 2023 23:21:55 +0200 Subject: [PATCH] instructions --- tools/commands.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/commands.sh b/tools/commands.sh index 590c775..466d381 100644 --- a/tools/commands.sh +++ b/tools/commands.sh @@ -5,6 +5,9 @@ # add submodule git submodule add git@github.com:GiovannyJTT/libgptjs.git ./src/libgptjs +# update submodule +git submodule update --init --recursive + # convert CRLF to LF but not in the other way git config --global core.autocrlf input