Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Aug 24, 2023
1 parent 4f14dad commit 6467076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ For a quick visual inspection of the shape quality, see for example the schedule

* `cmake`
* `gcc >= 5.0` (or `clang >= 3.9`)
* `libzip` (optional, for ZIP support)
* `zlib` (optional, for gzip support)
* `libbz2` (optional, for bzip2 support)
* `libzip` (*optional*, for ZIP support)
* `zlib` (*optional*, for gzip support)
* `libbz2` (*optional*, for bzip2 support)

## Building and Installation

Expand Down Expand Up @@ -53,7 +53,7 @@ A shape'd version of the input GTFS feed will be written to `./gtfs-out`.
By default, shapes are only calculated for trips that don't have a shape in the
input feed. To drop all existing shapes, use the `-D` flag.

For example, you may generate (and replace existing, see -D parameter) shapes for the GTFS dataset for Freiburg like this:
For example, you may generate (and replace existing, see `-D` flag) shapes for the GTFS dataset for Freiburg like this:

```
$ wget https://fritz.freiburg.de/csv_Downloads/VAGFR.zip
Expand Down

0 comments on commit 6467076

Please sign in to comment.