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