From d84ae7c21a1b497e0a77bc66f6678ceff5204aec Mon Sep 17 00:00:00 2001 From: Ander Regidor <50609693+krinkuto11@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:56:42 +0200 Subject: [PATCH] Added 'Add to AltStore' button to README (#34) ## Pull Request Description Added a button that allows quick addition of the repo to AltStore from an iDevice. Due to the README not allowing 'altstore://' links, I had to do it through a link shortener. The non shortened URL is: `altstore://source?url=https://raw.githubusercontent.com/bazzadazza72/fladder-develop/refs/heads/develop/altstore.json` ## Issue Being Fixed No issue being fixed, just added the shortcut. Issue Number: N/A ## Screenshots / Recordings N/A ## Checklist - [ ] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? - [ ] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort ```? - [ ] Check that any changes are related to the issue at hand. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f91ed04..ca8dc7c 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,12 @@ The Android app is currently in testing you can help testing by joining this gro Get it on Google Play -## How to Contribute +### AltStore +The iOS app can be installed through AltStore by adding this repo +Get it on AltStore + +## How to Contribute Interest in contributing? Here are a couple of ways you can help: ### 🐛 Reporting Bugs