Update README.md
This commit is contained in:
parent
e05439923e
commit
2fc649b86a
|
@ -6,14 +6,13 @@ To install automatically please run the install.sh file
|
||||||
You will need to make it exacutable.
|
You will need to make it exacutable.
|
||||||
|
|
||||||
To Install manually:
|
To Install manually:
|
||||||
Type out these commands into a terminal--
|
|
||||||
<pre>
|
<pre>
|
||||||
sudo cp shellMen.sh /bin/
|
sudo cp shellMen.sh /bin/
|
||||||
sudo chown root:root /bin/shellMen
|
sudo chown root:root /bin/shellMen
|
||||||
sudo chmod +x /bin/shellMen
|
sudo chmod 744 /bin/shellMen
|
||||||
</pre>
|
</pre>
|
||||||
# To Uninstall
|
# To Uninstall
|
||||||
To Uninstall manually: Type out these commands into a terminal--
|
To Uninstall:
|
||||||
<pre>
|
<pre>
|
||||||
sudo rm /bin/shellMen
|
sudo rm /bin/shellMen
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue