You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each page now leads with the curl -fsSL https://raw.githubusercontent.com/eminwux/sbsh/main/scripts/install.sh | bash one-liner + env-var note, with the existing platform-specific manual snippet retained in a <details> "Or install manually" block.
Diff vs spec
Each applied hunk matches the issue's "After" wording character-for-character.
Only the three named files were touched; manual snippets keep their per-page platform specialization (${OS}-${ARCH}, linux-${ARCH}, darwin-${ARCH}).
LGTM — adds the curl … install.sh | bash one-liner + env-var note to the three install pages with the manual snippets retained in <details>; the documented env vars (SBSH_VERSION, SBSH_INSTALL_PREFIX default /usr/local/bin, SBSH_REPO, SBSH_SKIP_CHECKSUM) and the scripts/install.sh raw URL all match the actual script.
Superseded by #433 (commit 98e3000, "feat: publish installer at sbsh.io/install.sh with --check/--help and docs one-liner").
#433 already added the install one-liner, env-var override note, and the <details> "Or install manually" collapsible block to all three target files (docs/site/getting-started.md, docs/site/install/install-linux.md, docs/site/install/install-macos.md) — which is what produced the merge conflict here.
It also did so with a better URL: #433 uses the published https://sbsh.io/install.sh and documents --check/--help, whereas this PR uses the raw raw.githubusercontent.com/.../scripts/install.sh link and omits those notes. Merging would be a regression. Issue #431 is already marked completed. Safe to close.
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
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
Verbatim documentation update applied from issue #431.
Mode: verbatim.
Spec from issue
docs/site/getting-started.md— Section:### Quick Installdocs/site/install/install-linux.md— Section:## Quick Installdocs/site/install/install-macos.md— Section:## Quick Installcurl -fsSL https://raw.githubusercontent.com/eminwux/sbsh/main/scripts/install.sh | bashone-liner + env-var note, with the existing platform-specific manual snippet retained in a<details>"Or install manually" block.Diff vs spec
${OS}-${ARCH},linux-${ARCH},darwin-${ARCH}).Closes #431