@@ -0,0 +1,3 @@
+[submodule "image-editor"]
+ path = image-editor
+ url = ssh://git@gogs.davte.it:8445/michelezoncheddu/image-editor.git
@@ -1,6 +1,7 @@
-ssh michele@davte.it;
-cd /home/michele/www/personal_website;
-mkdir projects;
-git submodule add path/to/repo/image-editor.git projects/image-editor;
+# Run this if your are not on the server
+# ssh michele@davte.it;
+
+cd /home/michele/personal_website;
+git submodule add ssh://git@gogs.davte.it:8445/michelezoncheddu/image-editor.git image-editor;
git submodule init;
git submodule update;
@@ -0,0 +1 @@
+Subproject commit 8e927fffbd4c967e90d9f88498d41c2303660b18