readme refresh

This commit is contained in:
Richard Macias
2026-03-19 22:25:25 -05:00
parent 5f5d9efe88
commit 317effd7f7
9 changed files with 235 additions and 185 deletions

View File

@@ -1,14 +1,12 @@
## Contributing
Want to add an app or fix a config? See the [Contributing Guide](CONTRIBUTING.md) for setup instructions, how to add apps, and the pre-commit checklist.
Quick version:
Want to add an app or fix a config? See the [Contributing Guide](CONTRIBUTING.md).
```bash
git clone https://github.com/RJNY/Obtainium-Emulation-Pack.git
cd Obtainium-Emulation-Pack
# Add or edit apps in src/applications.json (or use just add-app)
just test # verify configs resolve to real APKs
just build # test, validate, normalize, and generate all output files
```
just add-app # interactive CLI to add a new app
just test --verbose --apks # verify configs resolve to real APKs
just build # test, validate, normalize, and generate all output files
```