From e43418c0ddf452983bb5af20a222cbde9e264cd8 Mon Sep 17 00:00:00 2001 From: Amjadalichohan Date: Sun, 7 Sep 2025 14:25:25 +0500 Subject: [PATCH] docs: add pnpm tip and debug log note to quickstart --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e15ada3d5..e817570f5 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Install the [CLI](packages/cli/) globally and create a new project: npm i -g @smythos/cli sre create ``` +> **Tip**: SmythOS recommends using `pnpm` as the package manager. +> For troubleshooting, set `LOG_LEVEL="debug"` before running commands to see detailed logs. The CLI will guide you step-by-step to create your SDK project with the right configuration for your needs.