Update README.md

This commit is contained in:
scambier 2025-12-14 17:39:00 +01:00
parent 79afda73dd
commit 5179f1efa2

View File

@ -16,7 +16,7 @@ This is a template project to mix-and-match TypeScript and Lua for your Picotron
- `cd my-project` then `pnpm install`
- Inside Picotron:
- Open the terminal, `cd my-project` then `load game`
- Edit `main.lua` to fix the path
- Edit `main.lua` to fix `cd` line to `cd("/my-project/build")`
- Run the game
## Development