Update README.md

This commit is contained in:
scambier 2025-12-14 19:40:37 +01:00
parent 852d96f685
commit da58430279

View File

@ -13,7 +13,9 @@ This is a template project to mix-and-match TypeScript and Lua for your Picotron
- Create a new project (i.e. `my-project`) from this template
- Clone `my-project` in your Picotron's `drive` folder
- `cd my-project` then `pnpm install`
- `cd my-project` then
- `pnpm install`
- `pnpm build`
- Inside Picotron:
- Open the terminal, `cd my-project` then `load game`
- Edit `main.lua` to change the `cd` line to `cd("/my-project/build")`