Skip to content

Hermes is a console program to help the new users of the raspberry to improve his/her skills of terminal or console

Notifications You must be signed in to change notification settings

JavierRibaldelRio/Elpis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes

Hermes is a console program to help the new users of the raspberry to improve his skills of terminal o console

Inglés

Installation

  1. Update your system
sudo apt update
  1. If you don't have the ccp compiler and the wget download
sudo apt-get install gcc g++ wget
  1. Download the file of code of the hermes
wget https://github.com/JavierRibaldelRio/Hermes/releases/download/1.0/main.cpp
  1. Compile c++ code
g++ -o hermes main.cpp
  1. Make the file of hermes an executable file (may need "sudo")
chmod +x hermes
  1. Copy Hermes to the directory of /usr/bin (may need "sudo")
cp hermes /usr/bin/
  1. Be happy with Hermes, to use you only have to put hermes in the command prompt ($)
hermes

Uninstall

  1. For uninstall the Hermes you have to remove the executable
cd /usr/bin/ && sudo rm hermes

Bugs and mistakes

If you have one error or bug using hermes. You can add me a issue in Git Hub: https://github.com/JavierRibaldelRio/Hermes .

And to cancel press Ctrl + Mayus + C , or close the terminal. if the problem persists reboot the raspberry.


Español

Instalación

  1. Actuliza tu sistema
sudo apt update
  1. Si no tienes el compilador de c++ y el wget installalos
sudo apt-get install gcc g++ wget
  1. Descarga el codigo de hermes
wget https://github.com/JavierRibaldelRio/Hermes/releases/download/1.0/main.cpp
  1. Compila el código de c++
g++ -o hermes main.cpp
  1. Haz un ejecutable de Hermes (puede que necesite "sudo")
chmod +x hermes
  1. Copiar al directorio /usr/bin el hermes (puede que necesite "sudo")
cp hermes /usr/bin/
  1. Estate contento con, para usarlo solo tienes que poner hermes en la linea de la terminal ($)
hermes

Desinsatalar

  1. Para desinstalar Hermes tines que eliminar el archivo ejecutable
cd /usr/bin/ && sudo rm hermes

Errores y problemas

Si tienes un error o problema usando hermes. Puedes añadireme una issue en el repositorio de Git Hub: https://github.com/JavierRibaldelRio/Hermes .

Para cancelar el programa de manera forzosa presione Ctrl + Mayús + C , o cierre la . Si el problema persiste reinicia la raspberry.

About

Hermes is a console program to help the new users of the raspberry to improve his/her skills of terminal or console

Topics

Resources

Stars

Watchers

Forks

Languages