aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 889bb7d..4f593e9 100644
--- a/README.md
+++ b/README.md
@@ -37,17 +37,10 @@ git submodule update --init --recursive
Descargar OpenTripPlanner, datos de OpenStreetMap y feeds:
```bash
-task download-otp
-task download-pbf
+task setup
task download-feeds NAP_API_KEY=tu_clave_de_api_aqui
```
-Iniciar el proxy de tiempo real de Renfe:
-
-```bash
-task proxy-renfe-rt
-```
-
Iniciar OpenTripPlanner:
```bash