feat: adjust gtfs-rt compilation

This commit is contained in:
dancingCycle 2022-05-26 06:57:54 +02:00
parent 529aabe2d7
commit 9d9ff26e3c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* further description for gtfs-rt is available on the [gtfs.org](https://gtfs.org/realtime/proto/) website * further description for gtfs-rt is available on the [gtfs.org](https://gtfs.org/realtime/proto/) website
* check clone [repository](git@github.com:google/transit.git) * clone [repository](git@github.com:google/transit.git)
``` ```
cd /tmp cd /tmp
git clone git@github.com:google/transit.git git clone git@github.com:google/transit.git
@ -10,7 +10,7 @@ git clone git@github.com:google/transit.git
* copy proto file into this repository * copy proto file into this repository
``` ```
cd transit/gtfs-realtime/proto cd /tmp/transit/gtfs-realtime/proto
cp gtfs-realtime.proto ~/<path>/proto2js/proto/gtfs-rt.proto cp gtfs-realtime.proto ~/<path>/proto2js/proto/gtfs-rt.proto
``` ```