Update AddSubmoduleToGitRepo

Erik 2024-05-01 14:06:42 +02:00
parent 0263329cd7
commit dfa417145e

@ -7,6 +7,6 @@ will add a link to it and not cause problems.
Step1: Step1:
go to your repo. Use the following command instead of pull: go to your repo. Use the following command instead of pull:
` ```
git submodule add <link to repo> <path (if no path is provided the current folder is used.)> git submodule add <link to repo> <path (if no path is provided the current folder is used.)>
` ```