summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-01 17:07:49 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-01 17:07:49 +0100
commit0c9926d385f357e4a0a8bb2932da0aa6e2503b9b (patch)
tree045a16fcb00de415ce15f2245da7c135837f44d1 /README.md
parent5800150cb6611075b712c0104773335550dd66e6 (diff)
parente320a0bc3f6a40cf7b6c7cd2e708de419dc4006c (diff)
Merge branch 'master' of github.com:iotbzh/CAN_signaling
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