From 87e6f9fcdb5c1dd079e2778741f36b98ef72caac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Fri, 11 Jan 2019 11:58:48 +0100 Subject: [PATCH] README: Fix markdown code blocks --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) 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