From 582ae8a34031f819b862797ace1432b7898c2396 Mon Sep 17 00:00:00 2001 From: Manuel Garcia Amado Date: Thu, 8 Feb 2018 11:19:58 +0100 Subject: [PATCH] Adding tutorial to submodules --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7db653..16bd06d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Run with: git clone https://github.com/gsi-upm/senpy-plugins-community.git senpy -f senpy-plugins-community +# Loading new plugins to gitlab + +You should have two repos, one with data files and the main repo of the plugin. +First you have to push all the data files in the data repo and the code of the plugin in the main repo. Next, you have to "link" the two repos using submodule: + + git submodule add ../data/ ./data # LICENSE