Skip to content

docs(windows): avoid piping installer directly into iex (#28095)#28347

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-3ad7d98a
May 19, 2026
Merged

docs(windows): avoid piping installer directly into iex (#28095)#28347
teknium1 merged 1 commit into
mainfrom
hermes/hermes-3ad7d98a

Conversation

@teknium1

Copy link
Copy Markdown
Contributor

Salvage of #28095 by @iqdoctor.

What: README + uninstall printer + install.cmd all showed the Windows install command as irm <url> | iex. PowerShell warns about that pipe form because it can mask errors (iex consumes everything irm emits, including errors with empty bodies). iex (irm <url>) is the recommended idiom — irm completes first, errors are visible.

How: Replace every documented occurrence across README, uninstall hints, install.cmd, install.ps1, and install.sh comments with the parenthesized form.

Original PR: #28095

@teknium1 teknium1 merged commit 4229fac into main May 19, 2026
@teknium1 teknium1 deleted the hermes/hermes-3ad7d98a branch May 19, 2026 03:05
@github-actions

Copy link
Copy Markdown
Contributor

🔎 Lint report: hermes/hermes-3ad7d98a vs origin/main

ruff

Total: 0 on HEAD, 0 on base (➖ 0)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 0 pre-existing issues carried over.

ty (type checker)

Total: 8790 on HEAD, 8790 on base (➖ 0)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 4626 pre-existing issues carried over.

Diagnostics are surfaced as warnings — this check never fails the build.

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