Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6d8eefa
)
Updated the README.md to clarify the use of git submodule.
author
Loïc Collignon
<loic.collignon@iot.bzh>
Wed, 1 Mar 2017 15:19:25 +0000
(16:19 +0100)
committer
Loï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
patch
|
blob
|
history
diff --git
a/README.md
b/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