#
This commit is contained in:
parent
b92437f34c
commit
59b6a80000
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@
|
||||||
./pxl8.sh build # Build framework
|
./pxl8.sh build # Build framework
|
||||||
./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 cart file or project directory:
|
# Optionally take a game cart file or project directory.
|
||||||
```bash
|
./pxl8.sh build <game.cart|game/>
|
||||||
./pxl8.sh run <game.cart|game/>
|
./pxl8.sh run <game.cart|game/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue