From e05439923e963c8946ba3f66cf2960d750e81623 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 23 Jan 2018 14:06:05 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c52c250..de6ddfe 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,19 @@ Shellmen is short for ShellMenu and 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 -
 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
 sudo chmod +x /bin/shellMen
 
# To Uninstall +To Uninstall manually: Type out these commands into a terminal--
-To Uninstall manually:
-Type out these commands into a terminal--
-
 sudo rm /bin/shellMen
 
# License