From f007d6906d4a8baa5c0e93983e5422a9c5377f0e Mon Sep 17 00:00:00 2001 From: emilia Date: Sat, 21 Mar 2026 19:54:08 +0100 Subject: [PATCH] added submodules and corrected file name --- .gitmodules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7b802dd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,11 @@ +[submodule "SlEd"] + path = SlEd + url = https://git.sleepeesoftware.fr/Emilia/SterlingEditor + +[submodule "Sterling"] + path = Sterling + url = https://git.sleepeesoftware.fr/Emilia/SterlingLang + +[submodule "SterlingKernel"] + path = SterlingKernel + url = https://git.sleepeesoftware.fr/Emilia/SterlingKernel