Skip to content

docs: fix install script URLs (scripts/ path 404s) - #155

Merged
fupelaqu merged 1 commit into
mainfrom
docs/fix-install-script-path
Jul 27, 2026
Merged

docs: fix install script URLs (scripts/ path 404s)#155
fupelaqu merged 1 commit into
mainfrom
docs/fix-install-script-path

Conversation

@fupelaqu

Copy link
Copy Markdown
Contributor

The Quick Start curl/irm commands point to main/scripts/install.sh and main/scripts/install.ps1 — a scripts/ directory that has never existed in the repository (verified with git log --all --full-history -- scripts/). Both URLs return 404, so the documented one-liner install fails.

The actual files live at the repository root: install.sh / install.ps1. This PR points the README at them.

Verified while investigating: the CLI artifact resolves publicly on JFrog (softclient4es8-cli_2.13 up to 0.20.0), and the REPL sources are in core (client/Cli.scala, client/repl/*) — the es{N}/cli sbt projects are assembly-only wrappers with no committed sources, which is why no cli/ directories appear on GitHub.

Blocking for the launch post scheduled Tue Jul 28, which links this install one-liner.

🤖 Generated with Claude Code

…es are at repo root

curl of raw.../main/scripts/install.sh returns 404; install.sh and
install.ps1 live at the repository root.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@fupelaqu
fupelaqu merged commit 30ecdb7 into main Jul 27, 2026
2 of 4 checks passed
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.

1 participant