diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2017-03-01 16:19:25 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2017-03-01 16:19:25 +0100 |
commit | e320a0bc3f6a40cf7b6c7cd2e708de419dc4006c (patch) | |
tree | b2841e5762a2dc8ee966bb8d706087eea7babec4 /README.md | |
parent | 6d8eefa36a3a3d6d096fe13d1fff99f8a917b2ac (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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |