From e8404ad7f469bc21b217c735de7307a23a590ee4 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Fri, 12 Apr 2024 23:22:55 +0100 Subject: [PATCH 1/2] Added updated installation instructions for Android --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 496cb957d..0200708e4 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,25 @@ Download the latest release from [Releases](https://github.com/Lime3DS/Lime3DS/releases). +--- ### Android -Download the latest `.apk` release from [Releases](https://github.com/Lime3DS/Lime3DS/releases). (A F-Droid/IzzyOnDroid release is planned to drop soon) +The recommended method of downloading Lime3DS on Android is via Obtainium: +1. Download and install Obtainium from [here](https://github.com/ImranR98/Obtainium/releases) +2. Open Obtainium and click 'Add App' +3. Type `https://github.com/Lime3DS/Lime3DS` into the 'App Source URL' section +4. Click 'Add' +5. Click 'Install' (or 'Update' if you have an existing APK install) +6. Lime3DS is now ready to use +Using Obtainium will allow for quick and easy installation of updates. +\ +\ +\ +Alternatively, you can install the latest APK from the [Releases](https://github.com/Lime3DS/Lime3DS/releases) page. + +This will require a new APK to be manually downloaded each time an update is released. + +--- ### Linux Lime3DS is available as an AppImage on the [Releases](https://github.com/Lime3DS/Lime3DS/releases) page. From ee2299702a78d695f8756b0c298c1cd024288b32 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Fri, 12 Apr 2024 23:39:13 +0100 Subject: [PATCH 2/2] Updated Obtainium instructions to clarify which file to download --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0200708e4..cf04c7cf7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Download the latest release from [Releases](https://github.com/Lime3DS/Lime3DS/r --- ### Android The recommended method of downloading Lime3DS on Android is via Obtainium: -1. Download and install Obtainium from [here](https://github.com/ImranR98/Obtainium/releases) +1. Download and install Obtainium from [here](https://github.com/ImranR98/Obtainium/releases) (use the file named `app-release.apk`) 2. Open Obtainium and click 'Add App' 3. Type `https://github.com/Lime3DS/Lime3DS` into the 'App Source URL' section 4. Click 'Add'