Renaming routine and spliting it into subroutines
[xmenu] / README
diff --git a/README b/README
index e3867c6..5e2e226 100644 (file)
--- a/README
+++ b/README
@@ -18,11 +18,20 @@ The files are:
 • ./Makefile:   The makefile.
 • ./config.h:   The hardcoded default configuration for XMenu.
 • ./config.mk:  The setup for the makefile.
 • ./Makefile:   The makefile.
 • ./config.h:   The hardcoded default configuration for XMenu.
 • ./config.mk:  The setup for the makefile.
+• ./demo.gif:   A gif demonstrating how XMenu works.
 • ./xmenu.1:    The manual file (man page) for XMenu.
 • ./xmenu.c:    The source code of XMenu.
 • ./xmenu.sh:   A sample script illustrating how to use XMenu.
 
 
 • ./xmenu.1:    The manual file (man page) for XMenu.
 • ./xmenu.c:    The source code of XMenu.
 • ./xmenu.sh:   A sample script illustrating how to use XMenu.
 
 
+§ Branches
+
+There are other branches in this git repository that adds novel
+functionalities to XMenu.
+
+• icons:    Add suport to image icons before menu entries.
+
+
 § Installation
 
 First, edit ./config.mk to match your local setup.
 § Installation
 
 First, edit ./config.mk to match your local setup.
@@ -50,11 +59,9 @@ entry.  Each line can be indented with tabs to represent nested menus.
 Each line is made out of a label and a command separated by any number
 of tabs.  Lines without labels are menu separators.
 
 Each line is made out of a label and a command separated by any number
 of tabs.  Lines without labels are menu separators.
 
-See the script ./xmenu.sh for an example of how XMenu can be used to
-draw a simple menu with submenus and separators.   The following gif
-shows how the menu generated by that script looks like.
-
-       https://i.redd.it/lxv7jewcwmz41.gif
+See the script ./xmenu.sh for an example of how to use XMenu to draw a
+simple menu with submenus and separators.  The file ./demo.gif shows how
+the menu generated by that script looks like.
 
 Read the manual for more information on running XMenu.
 
 
 Read the manual for more information on running XMenu.