Updated readme

This commit is contained in:
2025-07-02 18:18:31 +03:00
parent 344106d17e
commit 220a2d4257
4 changed files with 22 additions and 1 deletions

10
.idea/artifacts/ThoriumBusParser_jar.xml generated Normal file
View File

@ -0,0 +1,10 @@
<component name="ArtifactManager">
<artifact type="jar" name="ThoriumBusParser:jar">
<output-path>$PROJECT_DIR$/out/artifacts/ThoriumBusParser_jar</output-path>
<root id="archive" name="ThoriumBusParser.jar">
<element id="module-output" name="ThoriumBusParser" />
<element id="library" level="project" name="josm-latest" />
<element id="extracted-dir" path="$PROJECT_DIR$/josm-latest.jar" path-in-jar="/" />
</root>
</artifact>
</component>

View File

@ -1,3 +1,11 @@
# ThoriumBusParser
A simple Java application to parse public transport data sources
## Executing the application
Download the latest one from the releases tab.</br>
Run:`java -jar ThoriumBusParser.jar`, You must have java 21 installed for this to work.
## Dependencies
[JOSM](https://josm.openstreetmap.de/) - Java OpenStreetMap</br>
Java 21

Binary file not shown.

3
src/META-INF/MANIFEST.MF Normal file
View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Main