README: Mention that the gui example script must be named "lsi". master
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 25 Oct 2023 23:17:05 +0000 (01:17 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 29 Oct 2023 00:54:30 +0000 (02:54 +0200)
By default, the prefix for the gsu action handlers is the basename
of the script and an underscore character. In the example script of
README.md all handlers are prefixed with "lsi_", so tell the reader
that the script will only work if it is saved under the name "lsi".

README.md

index 815009f575b484fd55b9cbb3bce55c091e5d364e..44e111fb00b363f848bb72d36596163d5329e519 100644 (file)
--- a/README.md
+++ b/README.md
@@ -496,9 +496,9 @@ to do is to source the gsu gui module and to call `gsu_gui()`:
 
 ___Example___
 
 
 ___Example___
 
-The complete lsi script below can be used as a starting point
-for your own gsu gui application. If you cut and paste it, be
-sure to not turn tab characters into space characters.
+The complete lsi script below can be used as a starting point for your
+own gsu gui application. If you cut and paste it, be sure to not turn
+tab characters into space characters. The script must be named "lsi".
 
                #!/bin/bash
 
 
                #!/bin/bash