update readme

This commit is contained in:
asrael 2026-01-31 09:33:00 -06:00
parent 6ed4e17065
commit 6df13ab697

View file

@ -8,12 +8,11 @@
./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game) ./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game)
./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL ./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL
``` ```
**Note** The demo has keys 1-8 bound for different examples.
### Requirements ### Requirements
- **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support - **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support
- **Rust nightly** (edition 2024) - **Rust nightly** (edition 2024) - Required for [pxl8d](pxl8d) server
- **SDL3** - System package or auto-vendored - **SDL3** - System package or auto-vendored
> [!WARNING] > [!WARNING]