From: José Bollo Date: Tue, 17 May 2016 06:29:35 +0000 (+0200) Subject: update documentation for new paths X-Git-Tag: blowfish_2.0.1~116 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=fdc92e334686a3cad282dd02792877f0c560f5d2 update documentation for new paths Change-Id: I734345475e6fbb7d924480ad9f0df79d6b1e8cdf Signed-off-by: José Bollo --- 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
### 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