Skip to content

docs: drop redundant verbose install snippet from README#77

Merged
BrettKinny merged 1 commit intomainfrom
claude/distracted-nightingale
Apr 17, 2026
Merged

docs: drop redundant verbose install snippet from README#77
BrettKinny merged 1 commit intomainfrom
claude/distracted-nightingale

Conversation

@BrettKinny
Copy link
Copy Markdown
Collaborator

Summary

  • Remove the duplicate curl ... | bash -s -- --verbose code block under the install section; the preceding sentence already tells readers to re-run with --verbose.

Test plan

  • README renders cleanly with the verbose note as a single sentence followed by the Windows section

The verbose re-run line already explains the flag; the extra curl
snippet just duplicated the stable install command with --verbose
appended.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 17, 2026 10:35
@BrettKinny BrettKinny merged commit a67cdfd into main Apr 17, 2026
2 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a redundant verbose re-run install snippet from the README to keep the install section concise while still informing users how to get verbose output.

Changes:

  • Deleted the duplicate --verbose install command block under the Install section.
  • Kept the guidance as a single sentence before the Windows install instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
If the install fails or you want to see the full docker build and git output, re-run with `--verbose`:

curl -fsSL https://raw.githubusercontent.com/SquareWaveSystems/squarebox/main/install.sh | bash -s -- --verbose
If the install fails or you want to see the full docker build and git output, re-run with `--verbose`.
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the rest of the README, consider formatting command names in backticks here (e.g., docker build and git) or otherwise matching the capitalization used elsewhere ("Docker", "Git"). As written, "docker"/"git" reads like prose rather than commands and is slightly inconsistent with e.g. the later docker build reference.

Suggested change
If the install fails or you want to see the full docker build and git output, re-run with `--verbose`.
If the install fails or you want to see the full `docker build` and `git` output, re-run with `--verbose`.

Copilot uses AI. Check for mistakes.
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.

2 participants