From 29efd9aa6fd890d3568716e220a5cacd9921f28a Mon Sep 17 00:00:00 2001 From: Brett Kinny Date: Fri, 17 Apr 2026 20:34:54 +1000 Subject: [PATCH] docs: drop redundant verbose install snippet from README 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) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 707b683..2e9d78f 100644 --- a/README.md +++ b/README.md @@ -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`. **Windows (PowerShell 7+)**