From 9d9ff26e3c6d99c0bb3d847f233b341304dcdab0 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 26 May 2022 06:57:54 +0200 Subject: [PATCH] feat: adjust gtfs-rt compilation --- doc/gtfs-rt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gtfs-rt.md b/doc/gtfs-rt.md index f33bcd8..e3db06e 100644 --- a/doc/gtfs-rt.md +++ b/doc/gtfs-rt.md @@ -2,7 +2,7 @@ * 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 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 ``` -cd transit/gtfs-realtime/proto +cd /tmp/transit/gtfs-realtime/proto cp gtfs-realtime.proto ~//proto2js/proto/gtfs-rt.proto ```