aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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