From 1b3851d0af1467ec2263152ad758fd40ee7b5ab5 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Fri, 20 Mar 2026 09:00:39 +0100 Subject: [PATCH] docs: emphasize the use of pnpm for package updates --- OpenclawSkill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenclawSkill.md b/OpenclawSkill.md index 1340efa..98527b0 100644 --- a/OpenclawSkill.md +++ b/OpenclawSkill.md @@ -94,7 +94,7 @@ After creating a function and receiving an ID (for example, 81), you can share t ``` ## Update -Update with your package manager of choice. Preferably pnpm: +Update with your package manager of choice. ALWAYS pnpm: ```bash pnpm add -g shsf-cli ```