Skip to content

Commit 0e57bd0

Browse files
starfleethclaude
andauthored
Simplify README install flow (#42)
* Simplify README install flow Lead with the two slash commands (`/plugin marketplace add` + `/plugin install`) as the primary install path, and move the plugin-manager walkthrough below as an alternative interactive flow. Replace "Restart Claude Code" with `/reload-plugins`, which activates the plugin in the current session without a restart. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Update README.md clarify auto-update selection --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 739b264 commit 0e57bd0

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@ This repository provides a [Claude Code plugin](https://code.claude.com/docs/en/
88
99
## Installation
1010

11-
**Step 1:** Marketplace Installation
11+
From inside Claude Code, run:
1212

13-
1. Run `/plugin marketplace add temporalio/claude-temporal-plugin`
14-
2. Run `/plugin` to open the plugin manager
15-
3. Select **Marketplaces**
16-
4. Choose `temporal-marketplace` from the list
17-
5. Select **Enable auto-update** or **Disable auto-update**
13+
1. `/plugin marketplace add temporalio/claude-temporal-plugin`
14+
2. `/plugin install temporal@temporal-marketplace`
1815

19-
**Step 2:** Plugin Installation
20-
1. Run `/plugin install temporal@temporal-marketplace`
21-
2. Restart Claude Code
16+
Then run `/reload-plugins` to activate the plugin in the current session.
17+
18+
*Note:* We recommend enabling automatic updates using the interactive `/plugin` menu
19+
20+
### Alternative: interactive install
21+
22+
1. Run `/plugin` to open the plugin manager
23+
2. Select **Marketplaces**
24+
3. Choose `temporal-marketplace` from the list
25+
4. Select **Enable auto-update** (recommended) or **Disable auto-update**
26+
5. Install the `temporal` plugin
27+
6. Run `/reload-plugins`
2228

2329
## What's Included
2430

0 commit comments

Comments
 (0)