From 33a6b575eba9af27d75a1c1dc2c140c56db02045 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 17 Jan 2010 02:04:51 +0000 Subject: [PATCH] fix README --- README | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README b/README index ec7c3a9..07fdc32 100644 --- a/README +++ b/README @@ -80,11 +80,26 @@ We can now control some functions of the deefuzzer with external commands coming from an OSC client. These are accessible only if the "control" tag is set up in the config file (see example/myfuzz.xml again...). -* Next track (see tools/osc_next.py) -* Start relaying (see tools/osc_relay_start.py) -* Stop relaying (see tools/osc_relay_stop.py) -* Start jingling (see tools/osc_jingles_start.py) -* Stop jingling (see tools/osc_jingles_stop.py) + * Next track:: + $ python tools/osc_next.py + + * Start twitting:: + $ python tools/osc_twitter_start.py + + * Stop twitting:: + $ python see tools/osc_twitter_stop.py + + * Start relaying:: + $ python tools/osc_relay_start.py + + * Stop relaying:: + $ python see tools/osc_relay_stop.py + + * Start jingling:: + $ python see tools/osc_jingles_start.py + + * Stop jingling:: + $ python see tools/osc_jingles_stop.py Author -- 2.39.5