From: Loïc Collignon Date: Wed, 1 Mar 2017 15:19:25 +0000 (+0100) Subject: Updated the README.md to clarify the use of git submodule. X-Git-Tag: 3.99.1~420^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e320a0bc3f6a40cf7b6c7cd2e708de419dc4006c;p=apps%2Flow-level-can-service.git Updated the README.md to clarify the use of git submodule. Change-Id: Iceec81be36b217f69565452955da2f4ea43e10e9 Signed-off-by: Loïc Collignon --- diff --git a/README.md b/README.md index fb44d56..ee33a7e 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,11 @@ Low level CAN bus binder. Based upon OpenXC vi-firmware project. -# Prerequirements +# Getting started + +This repo make use of git submodule, make sure to execute the following commands : + ~/CAN_Signaling$ git submodule init + ~/CAN_Signaling$ git submodule update + +# Prerequirements