Unverified Commit 5926f21d authored by Lili Urban's avatar Lili Urban Committed by GitHub
Browse files

Fixed small typos in docs (#423)

parent 6b127099
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ So, in order for an import to work, there are two requirements:

* The target instance must know all stops used within your trips.
  `import stops` takes care of this.
* When importing, numeric stop IDs used for MOTIS trips must be mapped from the IDs on the source instanece to the corresponding IDs on the target instance.
* When importing, numeric stop IDs used for MOTIS trips must be mapped from the IDs on the source instance to the corresponding IDs on the target instance.
  These are typically *not* identical, but can be mapped via the source instance's stops.csv export and (slow) extID lookups on the target instance.
  `import journeys takes care of this – it may take a while to do so, though.
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ On Debian 13 (trixie), the following packages are required:
## Installation

travelynx depends on a set of Perl modules which are documented in `cpanfile`.
After installing the dependencies mentioned above, you can use **carton** to install Perl depenencies locally.
After installing the dependencies mentioned above, you can use **carton** to install Perl dependencies locally.
You may alsobe able to use cpanminus; however, this method is untested.

In the project root directory (where `cpanfile` resides, e.g., `/srv/www/travelynx`), run