diff --git a/VisualNaCro/README b/VisualNaCro/README index bafdbc2..8c92b32 100644 --- a/VisualNaCro/README +++ b/VisualNaCro/README @@ -27,7 +27,7 @@ How does it work? The script now can intercept inputs and outputs, and act upon them. In order to write a macro, start - recorder.pl host:port my_macro.pl + recorder.pl --script my-macro.pl --timing host:port connect with a vncviewer of your choice to :23, where is the computer on which recorder.pl was started (not necessarily the @@ -35,6 +35,8 @@ How does it work? my_macro.pl, and the images you want to grep for will be saved as my_macro-1.pnm, my_macro-2.pnm, ... + In order to finish the script, hit Ctrl twice and say "q". + Why did I do it? Because I could ;-)