Update README.md

This commit is contained in:
Maxim 2018-01-23 14:08:20 -06:00 committed by GitHub
parent e05439923e
commit 2fc649b86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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--
<pre>
sudo cp shellMen.sh /bin/
sudo chown root:root /bin/shellMen
sudo chmod +x /bin/shellMen
sudo chmod 744 /bin/shellMen
</pre>
# To Uninstall
To Uninstall manually: Type out these commands into a terminal--
To Uninstall:
<pre>
sudo rm /bin/shellMen
</pre>