Skip to content

Commit 7c3c5ba

Browse files
committed
fix: add Windows install path for Cursor, document plugins/local/ path
Both points raised by @dreik in PR #8 were valid after deep research: - Windows (PowerShell) install command was missing from both READMEs - ~/.cursor/plugins/local/ is a documented path for full plugin local testing (confirmed by Cursor engineer in cursor/plugin-template#4)
1 parent 39a3801 commit 7c3c5ba

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- Typography: fixed closing lapki quote U+0022 → U+201C in SKILL.md and Notion template
2929
- OpenClaw manifest: removed undocumented fields (`kind`, `enabledByDefault`)
3030
- Cursor: corrected manual install path (`.agents/skills/``~/.cursor/skills/`)
31+
- Cursor: added Windows (PowerShell) install path for manual skill setup (thanks @dreik, PR #8)
32+
- Cursor: documented `~/.cursor/plugins/local/` as full plugin local testing path (cf. cursor/plugin-template#4)
3133

3234
## [1.5.1] - 2026-04-01
3335

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ git clone https://github.com/talkstream/ru-text.git
8585
cp -r ru-text/skills/ru-text ~/.cursor/skills/ru-text
8686
```
8787

88+
Windows (PowerShell):
89+
90+
```powershell
91+
git clone https://github.com/talkstream/ru-text.git
92+
Copy-Item -Recurse ru-text\skills\ru-text "$env:USERPROFILE\.cursor\skills\ru-text"
93+
```
94+
8895
### OpenClaw
8996

9097
```bash

README.ru.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ git clone https://github.com/talkstream/ru-text.git
8585
cp -r ru-text/skills/ru-text ~/.cursor/skills/ru-text
8686
```
8787

88+
Windows (PowerShell):
89+
90+
```powershell
91+
git clone https://github.com/talkstream/ru-text.git
92+
Copy-Item -Recurse ru-text\skills\ru-text "$env:USERPROFILE\.cursor\skills\ru-text"
93+
```
94+
8895
### OpenClaw
8996

9097
```bash

0 commit comments

Comments
 (0)