diff --git a/.idea/artifacts/ThoriumBusParser_jar.xml b/.idea/artifacts/ThoriumBusParser_jar.xml new file mode 100644 index 0000000..8c03ecc --- /dev/null +++ b/.idea/artifacts/ThoriumBusParser_jar.xml @@ -0,0 +1,10 @@ + + + $PROJECT_DIR$/out/artifacts/ThoriumBusParser_jar + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index dda070e..b6c0f82 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # ThoriumBusParser -A simple Java application to parse public transport data sources \ No newline at end of file +A simple Java application to parse public transport data sources + +## Executing the application +Download the latest one from the releases tab.
+Run:`java -jar ThoriumBusParser.jar`, You must have java 21 installed for this to work. + +## Dependencies +[JOSM](https://josm.openstreetmap.de/) - Java OpenStreetMap
+Java 21 \ No newline at end of file diff --git a/josm-latest.jar b/josm-latest.jar index 47141ec..5429874 100644 Binary files a/josm-latest.jar and b/josm-latest.jar differ diff --git a/src/META-INF/MANIFEST.MF b/src/META-INF/MANIFEST.MF new file mode 100644 index 0000000..5ee19cb --- /dev/null +++ b/src/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Main-Class: Main +