summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2017-03-01 16:19:25 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2017-03-01 16:19:25 +0100
commite320a0bc3f6a40cf7b6c7cd2e708de419dc4006c (patch)
treeb2841e5762a2dc8ee966bb8d706087eea7babec4 /README.md
parent6d8eefa36a3a3d6d096fe13d1fff99f8a917b2ac (diff)
Updated the README.md to clarify the use of git submodule.
Change-Id: Iceec81be36b217f69565452955da2f4ea43e10e9 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb44d569..ee33a7e4 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