From e237eba20cab2bfbe003aa8ee6478c560eb14fb6 Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Thu, 19 Mar 2026 23:30:43 +0800 Subject: [PATCH] docs: add Windows PowerShell instructions to OpenClaw INSTALL.md Co-Authored-By: Claude Opus 4.6 --- .openclaw/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.openclaw/INSTALL.md b/.openclaw/INSTALL.md index 56ead38..f06d566 100644 --- a/.openclaw/INSTALL.md +++ b/.openclaw/INSTALL.md @@ -17,6 +17,12 @@ ln -s ~/.openclaw/understand-anything/understand-anything-plugin/skills ~/.openclaw/skills/understand-anything ``` + **Windows (PowerShell):** + ```powershell + New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.openclaw\skills" + cmd /c mklink /J "$env:USERPROFILE\.openclaw\skills\understand-anything" "$env:USERPROFILE\.openclaw\understand-anything\understand-anything-plugin\skills" + ``` + 3. **Restart OpenClaw** to discover the skills. ## Usage