update readme

This commit is contained in:
asrael 2025-11-08 09:22:46 -06:00
parent e33eaaafd0
commit a653eae745
No known key found for this signature in database
GPG key ID: 2786557804DFAE24

View file

@ -3,9 +3,9 @@
### Quick Start
```bash
./pxl8.sh build # Build framework
./pxl8.sh run [game.cart | project_dir] # Run demo (or specific target)
./pxl8.sh run [game.cart | project_dir] --repl # Run demo (or specific target) w/ repl
./pxl8.sh build # Build pxl8 system
./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game)
./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL
```
> [!WARNING]