aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-22 18:42:17 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-22 18:46:44 +0200
commitaa896634809efb9c497de2fcdc15c7fc19728ae7 (patch)
tree7d1b7f506eb75a065ef5ae69d1db41985baf26e1 /README.md
parentb6f5a8ce644bd928282f71e8eb0b5d27cc886ea0 (diff)
Initializing the repo
Change-Id: I354a1c136a57e1ec8d511041fbd13a19b730c419 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..03a0bcc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+AFB Utilities
+=============
+
+You should find useful utilities to integrates as submodule in your bindings
+development.
+
+From your AFB apps repository do the following to integrates this repo:
+
+```bash
+git submodule add git@github.com:iotbzh/afb-utilities
+```