We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66ce16 commit e560d66Copy full SHA for e560d66
1 file changed
.claude-plugin/README.md
@@ -5,14 +5,23 @@ AI-powered development guide for JEngine Unity framework.
5
## Installation
6
7
```bash
8
-# Add JEngine marketplace (one-time, enables auto-updates)
+# Add JEngine marketplace (one-time)
9
claude plugin marketplace add JasonXuDeveloper/JEngine
10
11
# Install plugin
12
claude plugin install jengine@jengine-marketplace
13
```
14
15
-Plugin updates automatically when Claude Code starts.
+## Enable Auto-Updates (Recommended)
16
+
17
+Third-party plugins require manual opt-in for auto-updates:
18
19
+1. Run `/plugin` in Claude Code
20
+2. Go to **Marketplaces** tab
21
+3. Select **jengine-marketplace**
22
+4. Toggle **Enable auto-update**
23
24
+Once enabled, plugin updates automatically when Claude Code starts.
25
26
## Features
27
0 commit comments