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 ```