From 86fc6e3042f0fe2e43b3813bf9b420770ebb2c61 Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 22 Sep 2025 21:12:54 -0300 Subject: [PATCH] Initial commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa50d1f..0a3f219 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Getting Started After using this repo as a template you have to do the following changes so you can start working on your project 1. Init git submodules + ```git submodule update --init --recursive``` 2. Adapt template to your project