aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index c007d2e..4bda3fd 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,12 @@ implements subscribe/unsubscribe/get verbs for the clients.
# build
```bash
-mkdir build;cd build; cmake ..; make
+git submodule init
+git submodule update
+mkdir build
+cd build
+cmake ..
+make
```
# launching
natively under linux you can launch afb-daemon with the low-level and high-level bindings with a command like: