From ef2f17a796391f7cba9bbace108ed9994d4ceebc Mon Sep 17 00:00:00 2001 From: Vincent Tavernier <vincent.tavernier@inria.fr> Date: Mon, 3 Jul 2017 15:54:58 +0200 Subject: [PATCH] Readded getting the project part in README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d4a7123..2e5de14 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,23 @@ render output to an OpenCV matrix object for processing, e.g. to run feature detection or optical flow algorithms. It also includes supplementary features helpful for statistical calculations. +## Getting the project + +The first time: + +```bash +git clone https://gitlab.inria.fr/vtaverni/GLcv.git +cd GLcv +git submodule update --init --recursive +``` + +Subsequent updates (inside the GLcv directory): + +```bash +git pull +git submodule update --init --recursive +``` + ## Table of contents <!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 --> -- GitLab