From af86ee3d2de9c769a3eb16296a9df65da739ca05 Mon Sep 17 00:00:00 2001 From: Richard Macias Date: Sat, 14 Feb 2026 15:12:35 -0600 Subject: [PATCH] docs: add make test to README quick start --- README.md | 1 + pages/footer.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c0185a9..220349a 100644 --- a/README.md +++ b/README.md @@ -167,5 +167,6 @@ git clone https://github.com/RJNY/Obtainium-Emulation-Pack.git cd Obtainium-Emulation-Pack # Add or edit apps in src/applications.json (or use make add-app) +make test # verify configs resolve to real APKs make release # validate, regenerate README, and build release JSONs ``` diff --git a/pages/footer.md b/pages/footer.md index d268f5b..d40337a 100644 --- a/pages/footer.md +++ b/pages/footer.md @@ -9,5 +9,6 @@ git clone https://github.com/RJNY/Obtainium-Emulation-Pack.git cd Obtainium-Emulation-Pack # Add or edit apps in src/applications.json (or use make add-app) +make test # verify configs resolve to real APKs make release # validate, regenerate README, and build release JSONs ```