Updated the README.md to clarify the use of git submodule.
[apps/low-level-can-service.git] / 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