]> git.parisson.com Git - deefuzzer.git/commitdiff
fix README
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Jan 2010 02:04:51 +0000 (02:04 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Jan 2010 02:04:51 +0000 (02:04 +0000)
README

diff --git a/README b/README
index ec7c3a9dcbf6b4ea2452626bbaac11949fc8854c..07fdc322d942244da7eef5002fa1c3e76ec617c3 100644 (file)
--- 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