Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ assistant, and language SDKs.

Stable installs the latest tagged release (pre-release tags like `-rc` are skipped). Edge uses the latest commit on main.

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.

**Windows (PowerShell 7+)**

Expand Down
Loading