From f197cb739d756f7d0089d7b72b046c19dc3984c8 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Tue, 9 Aug 2022 07:15:45 -0500 Subject: [PATCH] Add 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..afea27a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +#How to Use +Open the zip and extract all contents to a folder. + +Double-click `osuMapCombiner.jar` or open a command prompt/terminal window and type the following: `java -jar osuMapCombiner.jar` to start the application. + +Then find and add your maps to the interface (can be drag and dropped in). Once that's done generate your marathon and you will be ready to play it! + +##Troubleshooting +osuMapCombiner requires Java 8 or higher. If you cannot get the application to run, please update your Java version or install a later release of Java. \ No newline at end of file