Update README.md
This commit is contained in:
parent
091f73fe1d
commit
e05439923e
|
@ -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.
|
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
|
||||||
<pre>
|
|
||||||
To install automatically please run the install.sh file
|
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--
|
Type out these commands into a terminal--
|
||||||
|
<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 +x /bin/shellMen
|
||||||
</pre>
|
</pre>
|
||||||
# To Uninstall
|
# To Uninstall
|
||||||
|
To Uninstall manually: Type out these commands into a terminal--
|
||||||
<pre>
|
<pre>
|
||||||
To Uninstall manually:
|
|
||||||
Type out these commands into a terminal--
|
|
||||||
|
|
||||||
sudo rm /bin/shellMen
|
sudo rm /bin/shellMen
|
||||||
</pre>
|
</pre>
|
||||||
# License
|
# License
|
||||||
|
|
Loading…
Reference in New Issue