Files
Richard Macias 317effd7f7 readme refresh
2026-03-19 22:35:20 -05:00

12 lines
432 B
Markdown

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