From c77e283d7cf49001496f017764bac27e1b76a802 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Fri, 25 Nov 2022 22:12:49 -0600 Subject: Se añaden comandos para otros sistemas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b42d9f..d65a14f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3