diff --git a/README.md b/README.md index 57d19b84..21fdbbfc 100644 --- a/README.md +++ b/README.md @@ -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).