From 0bc9aa97ba3fbd05ce40676672577a3651b452b1 Mon Sep 17 00:00:00 2001 From: Hank Date: Tue, 7 Jul 2026 14:02:28 -0700 Subject: [PATCH] docs: make the Obtainium add link a real clickable link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forgejo keeps obtainium:// URLs in markdown links (verified via the render API) but not as bare autolinks — so use [text](obtainium://…) syntax in INSTALL.md and README. Co-Authored-By: Claude Fable 5 --- INSTALL.md | 8 +++++--- README.md | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c24474d..4fccedf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,11 +11,13 @@ Install Obtainium from **F-Droid** or its GitHub releases: ## 2. Add BigBrainParking -**Easiest — one tap:** open this link on your phone (with Obtainium installed): +**Easiest — one tap** (on your phone, with Obtainium installed): -> `obtainium://add/https://git.mowden.top/hank/BigBrainParking` +### ➕ [Add BigBrainParking to Obtainium](obtainium://add/https://git.mowden.top/hank/BigBrainParking) -It opens Obtainium's Add screen pre-filled. Tap **Add**. +That opens Obtainium's Add screen pre-filled — just tap **Add**. (If your Markdown viewer +strips the link, copy this into a browser on the phone: +`obtainium://add/https://git.mowden.top/hank/BigBrainParking`) **Manual (if the link doesn't work):** 1. Open Obtainium → **Add App**. diff --git a/README.md b/README.md index f88e710..ea0cc3f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ via **Obtainium** — no Google Play Services, no Firebase, no app store. ## Install it (users) BigBrainParking installs and updates through **Obtainium** — no Google Play, no account. -**One tap** (with Obtainium installed): `obtainium://add/https://git.mowden.top/hank/BigBrainParking` -— or follow **[INSTALL.md](INSTALL.md)** for the manual steps. Works on GrapheneOS. +Works on GrapheneOS. On your phone (with Obtainium installed), tap: + +**➕ [Add BigBrainParking to Obtainium](obtainium://add/https://git.mowden.top/hank/BigBrainParking)** + +or follow **[INSTALL.md](INSTALL.md)** for the manual steps. ## Monorepo layout