Updated the README.md to clarify the use of git submodule.
authorLoïc Collignon <loic.collignon@iot.bzh>
Wed, 1 Mar 2017 15:19:25 +0000 (16:19 +0100)
committerLoïc Collignon <loic.collignon@iot.bzh>
Wed, 1 Mar 2017 15:19:25 +0000 (16:19 +0100)
Change-Id: Iceec81be36b217f69565452955da2f4ea43e10e9
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
README.md

index fb44d56..ee33a7e 100644 (file)
--- 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