docs(getting-started): lead with mureo configure as the easy path (EN/JA)#109
Merged
Conversation
…EN/JA) getting-started(.ja).md only mentioned `mureo configure` in the Auth row, so non-engineers read the CLI matrix as the only way. Add a prominent callout above the Modes × Hosts table positioning `pip install mureo` + `mureo configure` (browser UI) as the recommended start, with the existing CLI walkthrough kept as the manual / scriptable reference. EN and JA kept in sync. No CLI content removed.
…mands) Rework the callout into an explicit 'two ways, pick one' list: the browser path (mureo configure does everything point-and-click) vs the manual command-by-command path below. EN/JA in sync.
This was referenced May 16, 2026
Merged
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.
docs/getting-started.mdand.ja.mdwere CLI-first and only surfacedmureo configurein the Auth row, so readers (esp. non-engineers) assumed the CLI matrix was the only path — felt outdated.Adds a prominent callout above the Modes × Hosts table positioning
pip install mureo+mureo configure(local browser UI) as the recommended start, while keeping the full CLI walkthrough as the manual / scriptable reference (CI, automation, Desktop). EN and JA updated identically. No CLI content removed; no behavior change.