Skip to content

Commit

Permalink
Change build instructions to use JAR file with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Aug 5, 2015
1 parent 09b64d0 commit e845826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ Then, from the command line run:

`cd gtfs-osm-sync/GO_Sync`

`mvn package`
`mvn install`

This should download the dependencies for the project (you'll need an internet connection) and create a file:

`gtfs-osm-sync\GO_Sync\target\gtfs-osm-sync-1.0-SNAPSHOT.jar`
`gtfs-osm-sync\GO_Sync\target\gtfs-osm-sync-1.0-SNAPSHOT-jar-with-dependencies.jar`

You can double-click on this JAR file to run the application, or execute it from the command line:

`cd target`

`java -jar gtfs-osm-sync-1.0-SNAPSHOT.jar`
`java -jar gtfs-osm-sync-1.0-SNAPSHOT-jar-with-dependencies.jar`

Note that you can also supply a list of default operators in a operators.csv file. An example file is [here](https://github.com/CUTR-at-USF/gtfs-osm-sync/blob/master/GO_Sync/operators.csv).

Expand Down

0 comments on commit e845826

Please sign in to comment.