From 75f2d4db2310015daf6d78b735132588465fb8b9 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 14 Nov 2021 18:25:09 +0100 Subject: [PATCH] java notice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cfa0fc..ed7fc51 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ A simple tool to make porting Windows builds of AM2R-Mods to other platforms eas You need to have at least .NET Core 5 installed. ## How do I use this? -Simply compress your mod as a zip, and then drag-n-drop it into this tool. After that, select if you want to have a port made for Linux or Android. A zip/apk that can be used for the [AM2RModPacker]() will then be created into the directory next to the program. +Simply compress your mod as a zip, and then drag-n-drop it into this tool. After that, select if you want to have a port made for Linux or Android. A zip/apk that can be used for the [AM2RModPacker]() will then be created into the directory next to the program. + +For Android builds, you need to have Java installed.