From 7f2b0371eece082c9132153e433710557989a185 Mon Sep 17 00:00:00 2001 From: Fiotux <74451820+Fiotux@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:10:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 077a9f61..af0a190b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ The Rabbit R1 Launcher Project aims to adapt the Rabbit R1 Launcher for use acro ### Requirements - **Java:** Ensure Java is installed on your system. Java is used primarily for signing the APKs and should not be used to modify the Smali directly. - **Apktool:** For building and reversing Android APKs. Install Apktool from [Apktool official page](https://ibotpeaches.github.io/Apktool/install/). -- **Uber APK Signer:** This tool is used for signing the built APKs. Download it from [its GitHub repository](https://github.com/patrickfav/uber-apk-signer). (rename file to ```uber-apk-signer.jar``` and place into the cloned repository) +- **Uber APK Signer:** This tool is used for signing the built APKs. Download it from [its GitHub repository](https://github.com/patrickfav/uber-apk-signer). + (rename file to ```uber-apk-signer.jar``` and place into the cloned repository) - **jadx:** A Dex to Java decompiler. Install jadx from [GitHub](https://github.com/skylot/jadx). ### Usage