docs(readme): surface install command in Getting Started#2295
Open
ktwu01 wants to merge 1 commit into
Open
Conversation
The Getting Started section linked to the docs page with no install command in the README itself, requiring a click-through plus scrolling past the intro to reach the actual install line. Inline install commands (pulled from docs/en/guides/getting-started.md so the README stays in sync) for Linux/macOS, Windows, and uv. Fixes MoonshotAI#2271
This was referenced May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The current
## Getting Startedsection of the README contains no install command, only an inline link to the docs page. A first-time visitor has to click through and scroll past the "What is Kimi Code CLI" intro to reach the actualcurl ... | bashcommand — two redirects + one scroll for a single install.This PR surfaces the canonical install commands (Linux/macOS, Windows, and the
uv tool installalternative) directly in the README, pulled verbatim fromdocs/en/guides/getting-started.mdso the README stays in sync with the docs as the single source of truth. The link to the full guide remains for login setup, ACP / VS Code integration, and the rest.Test plan
make formatis a no-op on a docs-only change.docs/en/guides/getting-started.mdline-for-line — no invented commands.Fixes #2271