From c819ea44d9d2129b0cb4f654c602bacecd9ba0d3 Mon Sep 17 00:00:00 2001 From: julien bruneau <julien.bruneau@inria.fr> Date: Fri, 5 Apr 2019 10:13:51 +0200 Subject: [PATCH] + update Readme --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 1a3901fc..0247aa49 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -CrowdMP is a shared unity set of projects to create and run experiment with all -sort of crowds. -It is composed of: - + A Master project that contains the minimum and necessary code to run any - kind of experiement with crowd. - + A list of plugin projects that are link to the master one through git - submodules (plugins are added features that might not be needed to your - Experiement). -To use CrowdMP it is best to fork the Master project as well as any plugin -projects that you want to modify. - -[GIT SUBMODULES DOCUMENTATION] -https://www.vogella.com/tutorials/GitSubmodules/article.html - -[HOW TO FORK THE MASTER PROJECT] -1. Go on the gitlab page of the MASTER project - https://gitlab.inria.fr/crowdmp/crowdmp -2. Click on the fork button -3. When cloning your forked project it is adviced to not pull all the submodule - but to update only the one you require afterward - -[HOW TO USE CROWDMP AND CREATE AN EXPERIMENT] -See document "Doc_CrowdMP.docx" +CrowdMP is a shared unity set of projects to create and run experiment with all +sort of crowds. +It is composed of: + + A Master project that contains the minimum and necessary code to run any + kind of experiement with crowd. + + A list of plugin projects that are link to the master one through git + submodules (plugins are added features that might not be needed to your + Experiement). +To use CrowdMP it is best to fork the Master project as well as any plugin +projects that you want to modify. + +[GIT SUBMODULES DOCUMENTATION] +https://www.vogella.com/tutorials/GitSubmodules/article.html + +[HOW TO FORK THE MASTER PROJECT] +1. Go on the gitlab page of the MASTER project + https://gitlab.inria.fr/crowdmp/crowdmp +2. Click on the fork button +3. When cloning your forked project it is adviced to not pull all the submodule + but to update only the one you require afterward + +[HOW TO USE CROWDMP AND CREATE AN EXPERIMENT] +See document "Doc_CrowdMP.docx" -- GitLab