clarify readme a bit

This commit is contained in:
asrael 2025-11-05 14:45:25 +00:00
parent cec9415d75
commit b92437f34c

View file

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