aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-05 19:42:44 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-05 19:42:44 +0200
commit96c638490f1e8a871c3072ae3dfab2b1e7a02b7f (patch)
tree34c1f72cd900030347133c210cbe7a07c67bacda
parente29621b5f67d6bfcca3f27412f328e677b5b1049 (diff)
Adding a Warning about submodule
Change-Id: I121588fc242cb6d923fadf76a9b2b280f2103dcd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4bda3fd..a96c30d 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ cd build
cmake ..
make
```
+
+> ! WARNING don't forget to initialize submodule needed to build the project.
+
# launching
natively under linux you can launch afb-daemon with the low-level and high-level bindings with a command like: