rtk-ai/rtk
Auf GitHub ansehenWebsite typo: rtk init --claude-code should be rtk init --global
Open
#2.034 geöffnet am 22. Mai 2026
area:docsdocumentationgood first issuepriority:medium
Repository-Metriken
- Stars
- (48.085 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T 17h) (49 gemergte PRs in 30 T)
Beschreibung
On the landing page (rtk-ai.app https://www.rtk-ai.app/), the Install section under the "Claude Code" tab shows:
rtk init --claude-code
This should be:
rtk init --global
The flag --claude-code doesn't exist. The correct command for Claude Code is rtk init --global (or rtk init -g ), as documented in the README, docs, and CLI help.
The typo appears in two places within the Claude Code persona panel:
- The main code block at the top of the panel (also used as the copy-to-clipboard value)
- Step 2 of the install instructions ( id="install-step-2-cmd" )