X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=1cfb10d6cc6b7ba3d63a438cb039c3a5f4ef5f29;hb=06382af9092babedbf56aa1c00b3bd7cb0b86cda;hp=17ddec25fce23d32879c7a9dbd084bee98a7a81d;hpb=c7e9786d408f13d8f8f43c6b68da916bbb1ed5f3;p=src%2Fapp-framework-binder.git 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