From d88a4453b0c7174d812812e12b1cb959ce762884 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 30 Oct 2021 09:18:05 -0400 Subject: [PATCH] Updated readme formatting --- readme.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 27492c1..a580958 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,18 @@ +# Love2Apk + This is a simple tool for turning game.love into .apk -Note: This is for testing to see if your app works on andriod! The apk is signed using a debug key! You can sign it your self (The non alinged apk) using: apk-signer-1.8.5.jar This will give it a unique key and will not be in debug mode. +## Note +This is for testing to see if your app works on andriod! The apk is signed using a debug key! You can sign it your self (The non alinged apk) using: apk-signer-1.8.5.jar This will give it a unique key and will not be in debug mode. -Requirements: java jdk, loveandroid.apk -Optional: game.png (192x192) +## Requirements +- java jdk +- loveandroid.apk -Useage: run the Compile.exe file and it will run through the steps. +## Optional: +- game.png (192x192) -If game.png is present it will compile that for you as well \ No newline at end of file +## Usage +Run the Compile.exe file and it will run through the steps. + +If game.png is present it will compile that for you as well