diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-11-25 22:12:49 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-11-25 22:12:49 -0600 |
commit | c77e283d7cf49001496f017764bac27e1b76a802 (patch) | |
tree | 608a5fed64e4ffc1f67785ce4c1adb040e52657c | |
parent | 2a31e0cfe160e40898c121c932ef963fba5d95a5 (diff) | |
download | javanol-c77e283d7cf49001496f017764bac27e1b76a802.tar.gz javanol-c77e283d7cf49001496f017764bac27e1b76a802.tar.bz2 javanol-c77e283d7cf49001496f017764bac27e1b76a802.zip |
Se añaden comandos para otros sistemas
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -42,7 +42,14 @@ directorio raíz del proyecto, y ejecutar el siguiente script (solo para GNU/Linux): ```bash -./run_gui.sh +bash run_gui.sh +``` + +Si no tienes GNU/Linux, puedes hacer lo siguiente: + +```bash +cd interfaz/ +python main.py ``` ## Licencia |