From 9f97426859ea10920da8981dc4fb7ded0a0aa83d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 21 Dec 2025 15:24:23 +0100 Subject: [PATCH] docs(README): update setup instructions to include package build step - Added a step to build local shared packages before running Automaker - Updated the sequence of instructions for clarity --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6e93d2..8d4347fe 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,10 @@ cd automaker # 2. Install dependencies npm install -# 3. Run Automaker (pick your mode) +# 3. Build local shared packages +npm run build:packages + +# 4. Run Automaker (pick your mode) npm run dev # Then choose your run mode when prompted, or use specific commands below ```