Skip to content

Commit

Permalink
update to reflect 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Optinux committed Feb 3, 2022
1 parent 54f36dc commit 40c1262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The source for the images can be found [here](https://www.wga.hu/).
- Proceed to unzip an open up a terminal
- Move into the directory you unzipped the file into and run the following:

`java -jar .\wga-scraper-0.1-jar-with-dependencies.jar`
`java -jar .\wga-scraper-0.2-jar-with-dependencies.jar`

<sup><sup> Note: This has only been tested with [Java 17](https://adoptium.net/) and [Java 8](https://developer.ibm.com/languages/java/semeru-runtimes/downloads). Other versions might behave differently. <sup><sup>

Expand All @@ -20,7 +20,7 @@ The source for the images can be found [here](https://www.wga.hu/).
- Navigate into ./studio.optinux.scraper/
- Make sure that you have [Maven](https://maven.apache.org/index.html) installed
- Open up a terminal and run `mvn package` to compile the application
- You will find the result in `./studio.optinux.scraper/target/wga-scraper-0.2-jar-with-dependencies.jar`
- You will find the result in `./studio.optinux.scraper/target`

## TODO: 📝

Expand Down

0 comments on commit 40c1262

Please sign in to comment.