diff --git a/README.md b/README.md index 13ee290..3e93935 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,9 @@ ### Quick Start ```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 +./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 ``` > [!WARNING]