Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemmie authored Apr 20, 2023
1 parent be7a926 commit 6840b3a
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 @@ -13,10 +13,10 @@ Works by reading game log file (\AppData\Local\Prospect\Saved\Logs\Prospect.log)
Tested on TCF 3.2.0, Win10, OpenJDK 17, 2560x1440.

# How to use
1. Take latest JAR from releases (or build it by yourself)
1. Take latest JAR from releases (or build it by yourself with `mvn clean package shade:shade`)
2. Make sure you have Java **17+**
3. Open CMD and `cd` to directory of your jar
4. Launch it by typing `java --enable-preview -jar cycle.jar`
4. Launch it by typing `java -jar cycle.jar`

# What does it look like
(top right corner)
Expand Down

1 comment on commit 6840b3a

@Nvaeplay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm new ; I got the jar running in cmd but how to get the graphical user interface running
? im looking at how to run xlm files is correct direction?

Please sign in to comment.