Minor change to `Makefile` to set FreeBSD paths as default.
[xmenu] / README.md
index 757fd8a..0dd2597 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
 # XMenu
 
 # XMenu
 
-<p align="center">
-       <img src="https://user-images.githubusercontent.com/63266536/114306062-ffb67000-9ab0-11eb-9a10-be30eadc68b4.gif", title="demo"/>
-</p>
-
 XMenu is a menu utility for X.
 XMenu receives a menu specification in stdin, shows a menu for the user
 to select one of the options, and outputs the option selected to stdout.
 XMenu is a menu utility for X.
 XMenu receives a menu specification in stdin, shows a menu for the user
 to select one of the options, and outputs the option selected to stdout.
@@ -37,8 +33,6 @@ The files are:
 * `./README`:     This file.
 * `./Makefile`:   The makefile.
 * `./config.h`:   The hardcoded default configuration for XMenu.
 * `./README`:     This file.
 * `./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.