docs: add Windows PowerShell instructions to OpenClaw INSTALL.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-03-19 23:30:43 +08:00
Unverified
parent fb46373cef
commit e237eba20c
+6
View File
@@ -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