diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-01 17:07:49 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-01 17:07:49 +0100 |
commit | 0c9926d385f357e4a0a8bb2932da0aa6e2503b9b (patch) | |
tree | 045a16fcb00de415ce15f2245da7c135837f44d1 /README.md | |
parent | 5800150cb6611075b712c0104773335550dd66e6 (diff) | |
parent | e320a0bc3f6a40cf7b6c7cd2e708de419dc4006c (diff) |
Merge branch 'master' of github.com:iotbzh/CAN_signaling
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 |