From 22e92f782e3e903b46b6ac5d8a1332481bae760c Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 9 Apr 2015 16:26:36 -0500 Subject: [PATCH] Create About.txt --- About.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 About.txt diff --git a/About.txt b/About.txt new file mode 100644 index 0000000..1aaa490 --- /dev/null +++ b/About.txt @@ -0,0 +1,23 @@ +Shellmen is intended to be a functional menu for terminals. +Rather than needing a full gui menu for your programs you +can view and launch your programs through Shellmen. +This is great for systems that don't have panel menus or +for systems that have a poorly organized right-click menu. + +To install automatically please run the install.sh file +You will need to make it exacutable. + +To Install manually: +Type out these commands into a terminal-- + +sudo cp shellMen.sh /bin/ +sudo chown root:root /bin/shellMen.sh +sudo chmod +x /bin/shellMen.sh + +To Uninstall manually: +Type out these commands into a terminal-- + +sudo rm /bin/shellMen.sh + +You should have received a copy of the GNU General Public License +along with this program. If not, see .