Skip to content

docs: include clone path in install prompt#28

Merged
daniel3303 merged 1 commit into
mainfrom
docs/clarify-install-prompt
Apr 23, 2026
Merged

docs: include clone path in install prompt#28
daniel3303 merged 1 commit into
mainfrom
docs/clarify-install-prompt

Conversation

@daniel3303
Copy link
Copy Markdown
Owner

Summary

The README's suggested install prompt read Clone ... and configure it as my status bar, which left the target directory ambiguous. When a user copy-pastes that prompt, Claude Code has to guess where to clone — and it can easily pick the wrong place (e.g. a projects folder) instead of ~/.claude/statusline/, where the rest of INSTALL.md assumes the repo lives.

Code changes

  • README.md — Update the suggested install prompt to include the target clone path (~/.claude/statusline/, or the Windows equivalent) and an explicit pointer to INSTALL.md. Trim the surrounding sentence since the path is no longer only mentioned there.

How to test

  1. Read the Recommended: clone and let Claude configure it section of README.md.
  2. Confirm the suggested prompt now names the target path and references INSTALL.md.
  3. (Optional) Hand the prompt to a fresh Claude Code session in a different working directory and verify it clones to ~/.claude/statusline/ rather than the cwd.

@daniel3303 daniel3303 merged commit f109b8a into main Apr 23, 2026
@daniel3303 daniel3303 deleted the docs/clarify-install-prompt branch April 23, 2026 16:12
The README's suggested install prompt previously read
'Clone ... and configure it as my status bar', which left the target
directory ambiguous. Claude Code had to infer the path and could
pick the wrong one (e.g. a projects folder instead of
~/.claude/statusline/). Bake the path and an explicit pointer to
INSTALL.md into the prompt so the user's copy-paste lands the clone
where the rest of INSTALL.md assumes it is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant