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 ```