From 2fc649b86a3cd182606f539952830a41e03bcfd3 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 23 Jan 2018 14:08:20 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de6ddfe..941c8ec 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ 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
+sudo chmod 744 /bin/shellMen
 
# To Uninstall -To Uninstall manually: Type out these commands into a terminal-- +To Uninstall:
 sudo rm /bin/shellMen