From f52acdd19e16d36ea88754b0f0ed666920b51ffe Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 22 Sep 2025 21:12:40 -0300 Subject: [PATCH] Initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 001d862..fa50d1f 100644 --- a/README.md +++ b/README.md @@ -3,7 +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` +```git submodule update --init --recursive``` 2. Adapt template to your project