replace all make references with just commands in docs and CONTRIBUTING

This commit is contained in:
Richard Macias
2026-02-27 18:46:39 -06:00
parent adddae74ad
commit a19991acf1
3 changed files with 56 additions and 56 deletions

View File

@@ -8,7 +8,7 @@ Quick version:
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 build # validate, regenerate README, and build release JSONs
# 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
```