From 5179f1efa23f40b13c1c349b7131b7e8c1425a19 Mon Sep 17 00:00:00 2001 From: scambier Date: Sun, 14 Dec 2025 17:39:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 290cb29..99cc073 100644 --- a/README.md +++ b/README.md @@ -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