docs: add make test to README quick start

This commit is contained in:
Richard Macias
2026-02-14 15:12:35 -06:00
parent b434cb8628
commit af86ee3d2d
2 changed files with 2 additions and 0 deletions

View File

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

View File

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