aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-15 22:13:31 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-15 22:13:31 +0100
commitcb712dc2a9f3d4ce0cf94fded321de4138f063d9 (patch)
tree4610ffe4862bd36010b9780483267ea9f7a2205a /README.md
parent889e1ccfdd54d3e68982b9c48d0e324750fce002 (diff)
Remove renfe RT proxying, add Xunta feed, update script
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