docs: polish README (url-only step, portable install path, dedupe config)#16
Merged
docs: polish README (url-only step, portable install path, dedupe config)#16
Conversation
…onfig section - Clarify that step 1 of Browser mode (create placeholder comment) is skipped when --url-only is set. Previously step 1 sounded mandatory and only step 5 mentioned the url-only path. - Replace the manual-install symlink target /usr/local/bin with ~/.local/bin so the snippet works without sudo on Apple Silicon (where /usr/local/bin is not writable by default). - Soften the Direct mode claim — we have not regression-tested it against current github.com, so call it historical/opt-in rather than asserting it works. - Fold the duplicated 'Configuration file' section into the Direct mode section. One authoritative description instead of two.
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
Targeted README fixes spotted while re-reading after v0.7.2.
/usr/local/bin/gh-attachfor~/.local/bin/gh-attachso the snippet works out of the box on both Intel and Apple Silicon.Test plan
bash -nof bin/gh-attach still passes (no script change in this PR)