12 lines
432 B
Markdown
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
|
|
``` |