clarify readme a bit

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

View file

@ -4,12 +4,8 @@
```bash
./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>
./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
```
> [!WARNING]