rtk-ai/rtk

Website typo: rtk init --claude-code should be rtk init --global

Open

#2,034 建立於 2026年5月22日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (2,914 fork)batch import
area:docsdocumentationgood first issuepriority:medium

倉庫指標

Star
 (48,085 star)
PR 合併指標
 (平均合併 8天 17小時) (30 天內合併 49 個 PR)

描述

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:

  1. The main code block at the top of the panel (also used as the copy-to-clipboard value)
  2. Step 2 of the install instructions ( id="install-step-2-cmd" )

貢獻者指南