aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-17 08:29:35 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-17 08:29:35 +0200
commitfdc92e334686a3cad282dd02792877f0c560f5d2 (patch)
tree8bfcb4a54bfc3ca31a0f1729a28514c7d663682f /README.md
parentc7e9786d408f13d8f8f43c6b68da916bbb1ed5f3 (diff)
update documentation for new paths
Change-Id: I734345475e6fbb7d924480ad9f0df79d6b1e8cdf Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17ddec25..1cfb10d6 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ $ 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
+$ $AFB_DAEMON_DIR/build/src/afb-daemon --help
+$ $AFB_DAEMON_DIR/build/src/afb-daemon --port=1234 --token='' --ldpaths=$AFB_DAEMON_DIR/build --sessiondir=/tmp --rootdir=$AFB_DAEMON_DIR/test
```
### Starting