From da5843027975dfebfd8d341abdee64aa3b07a5f0 Mon Sep 17 00:00:00 2001 From: scambier Date: Sun, 14 Dec 2025 19:40:37 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9336157..a0ab583 100644 --- a/README.md +++ b/README.md @@ -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")`