소스 검색

Update installation instructions for Claude Code (#90)

Refactor installation instructions for installing the plugin so that it can be easy copied & pasted to the CLI, as Claude code expects each command separately.
Roland Huß 10 달 전
부모
커밋
02c87670de
1개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. 11 2
      README.md

+ 11 - 2
README.md

@@ -23,18 +23,27 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
 
 ### Claude Code (via Plugin Marketplace)
 
+In Claude Code, register the marketplace first:
+
 ```bash
-# In Claude Code
 /plugin marketplace add obra/superpowers-marketplace
+```
+
+Then install the plugin from this marketplace:
+
+```bash
 /plugin install superpowers@superpowers-marketplace
 ```
 
 ### Verify Installation
 
+Check that commands appear:
+
 ```bash
-# Check that commands appear
 /help
+```
 
+```
 # Should see:
 # /superpowers:brainstorm - Interactive design refinement
 # /superpowers:write-plan - Create implementation plan