diff --git a/README.md b/README.md index ec7e46dc..91d536f7 100644 --- a/README.md +++ b/README.md @@ -24,20 +24,18 @@ http://comments.gmane.org/gmane.comp.handhelds.ofono/12178 * edit /etc/ofono/phonesim.conf, uncomment everything so that it looks like - [phonesim] - - Driver=phonesim - - Address=127.0.0.1 - - Port=12345 - +``` +[phonesim] +Driver=phonesim +Address=127.0.0.1 +Port=12345 +``` * start ofonod as root -* start phonesim - phonesim -p 12345 -gui /usr/share/phonesim/default.xml -* from the oFono *source* directory, call /test/enable-modem to bring the modem up, the control UI should come up -* call test/online-modem to activate the test phonesim modem +* start phonesim: + `phonesim -p 12345 -gui /usr/share/phonesim/default.xml` +* from the oFono *source* directory, call `./test/enable-modem` to bring the modem up, the control UI should come up +* call `./test/online-modem` to activate the test phonesim modem * start plasma with plasmashell -w -p org.kde.plasma.phone to start the phone homescreen in a window Note that the oFono/phonesim part is necessary only if it's needed to test some part specific to telephony