X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/571d99e165ee9ecd24945cc3c441d8b982f0cfb1..beae67a6a77acf992b044359f0e396965a3dced7:/README?ds=inline diff --git a/README b/README index e3867c6..6676c23 100644 --- a/README +++ b/README @@ -18,6 +18,7 @@ The files are: • ./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. @@ -50,11 +51,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. -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.