From dab0f2bb726c6484cfd8241161cfe34c98a8a050 Mon Sep 17 00:00:00 2001
From: rollingmoai <75471378+rollingmoai@users.noreply.github.com>
Date: Thu, 9 Feb 2023 22:13:16 +0800
Subject: [PATCH] Add installation badges
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 185f69f..2b4b120 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,15 @@ Currently supported App sources:
- "HTML" (Fallback)
- Any other URL that returns an HTML page with links to APK files (if multiple, the last file alphabetically is picked)
+## Installation
+
+[
](https://github.com/ImranR98/Obtainium/releases)
+[
](https://apt.izzysoft.de/fdroid/index/apk/dev.imranr.obtainium)
+
## Limitations
- App installs happen asynchronously and the success/failure of an install cannot be determined directly. This results in install statuses and versions sometimes being out of sync with the OS until the next launch or until the problem is manually corrected.
- Auto (unattended) updates are unsupported due to a lack of any capable Flutter plugin.