docs: drop paste-install alternative from README#33
Merged
Conversation
The clone-based install is the only supported path that the status line's update-check flow and the 'Find my installed status bar and update it' Claude prompt rely on. Keeping a paste-install alternative in the README advertised a flow that skips 'git pull' and leaves users stranded on an older copy the next time the update line surfaces. Drop the section and the '(for the recommended install)' qualifier on the git requirement that only made sense while a non-git path existed.
pull Bot
pushed a commit
to NeatNerdPrime/ClaudeCodeStatusLine
that referenced
this pull request
Apr 23, 2026
Since the paste-install alternative is gone (PR daniel3303#33), the clone flow is the only install path. The 'Recommended: clone and let Claude configure it' subheading now sits under ## Installation with nothing to be recommended over, so the qualifier reads as leftover copy. Remove the h3 and let the install section's single flow hang directly off ## Installation.
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
Remove the Alternative: paste-install (no git required) section from the README. The clone-based install is the only path the update-check flow and the runtime Find my installed status bar and update it Claude prompt rely on — advertising a paste path that skips
git pullleft users stranded on an older copy the next time the update line surfaced. Also drop the (for the recommended install) qualifier from thegitrequirement, which only made sense while a non-git alternative existed.Code changes
README.md:50-56— Deleted the Alternative: paste-install section (heading, rationale, prompt, and follow-up paragraph).README.md:61— Simplifiedgitrequirement to justgit in PATH.How to test
README.mdon the PR.git in PATHwith no parenthetical.