Update README.md

This commit is contained in:
Maxim 2018-01-23 14:05:11 -06:00 committed by GitHub
parent ee128df5db
commit 091f73fe1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -1,2 +1,27 @@
# Shellmen
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
<pre>
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
</pre>
# To Uninstall
<pre>
To Uninstall manually:
Type out these commands into a terminal--
sudo rm /bin/shellMen
</pre>
# License
<pre>
You should have received a copy of the GNU General Public License <br>
along with this program. If not, see <http://www.gnu.org/licenses/>.
</pre>