1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 17:01:43 +00:00

Adding tutorial to submodules

This commit is contained in:
Manuel Garcia Amado 2018-02-08 11:19:58 +01:00
parent b671ff51f9
commit 582ae8a340

View File

@ -17,6 +17,12 @@ Run with:
git clone https://github.com/gsi-upm/senpy-plugins-community.git git clone https://github.com/gsi-upm/senpy-plugins-community.git
senpy -f senpy-plugins-community 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/<NAME OF YOUR PLUGIN> ./data
# LICENSE # LICENSE