clarify readme a bit

This commit is contained in:
asrael 2025-11-05 14:45:25 +00:00
parent cec9415d75
commit af20b465bc
No known key found for this signature in database
GPG key ID: 2786557804DFAE24

View file

@ -6,10 +6,10 @@
./pxl8.sh build # Build framework
./pxl8.sh run # Run demo
./pxl8.sh run --repl # Run demo w/ repl
```
**Note** These functions can also take an optional project arg:
```bash
./pxl8.sh run <game/|game.cart>
# Optionally take a game cart file or project directory.
./pxl8.sh build <game.cart|game/>
./pxl8.sh run <game.cart|game/>
```
> [!WARNING]