We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74cb9e commit 072e865Copy full SHA for 072e865
2 files changed
README.md
@@ -63,7 +63,7 @@ The plugin runs asynchronously when OpenCode starts. It doesn't block startup—
63
Clone the repository and install dependencies:
64
65
```bash
66
-git clone https://github.com/anomalyco/opencode-claude-skill-sync.git
+git clone https://github.com/randomm/opencode-claude-skill-sync.git
67
cd opencode-claude-skill-sync
68
npm install
69
```
package.json
@@ -52,6 +52,6 @@
52
"license": "MIT",
53
"repository": {
54
"type": "git",
55
- "url": "https://github.com/anomalyco/opencode-claude-skill-sync.git"
+ "url": "https://github.com/randomm/opencode-claude-skill-sync.git"
56
}
57
0 commit comments