aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-05-13 19:10:32 +0200
committerFulup Ar Foll <fulup@iot.bzh>2016-05-13 19:10:32 +0200
commit6f058dbce7f7f96c458820534f774b9b2b358607 (patch)
tree7ea56e7d85ffaea4c3482d593bad5d117ee43e20 /README.md
parentb5cf93aed93e7f331eb645c8afe5317fb67ee50e (diff)
Fixed Sample POST/JSON
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e966d16..17ddec25 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,13 @@ $ cmake ..<br />
$ make; make install<br />
```
+### Testing/Debug
+```
+$ AFB_DAEMON_DIR=$HOME/afb-daemon
+$ $AFB_DAEMON_DIR/build/afb-daemon --help
+$ $AFB_DAEMON_DIR/build/afb-daemon --port=1234 --token='' --ldpaths=$AFB_DAEMON_DIR/build --sessiondir=/tmp --rootdir=$AFB_DAEMON_DIR/test
+```
+
### Starting
```
$ afb-daemon --help