docs(windows): point install instructions at setup-windows.bat for MOTW#201
Merged
Conversation
v0.2.1 made setup-windows.bat strip Mark-of-the-Web from the bundle on first run (PR #200), but the install documentation still pointed at the manual right-click-Properties-Unblock-before-extracting workaround. The new recommended flow on Windows is now simply: Extract → double-click setup-windows.bat → double-click InferNode.exe Update both surfaces that describe Windows install: - README.md - Windows install bullet — drop the manual Unblock step, lead with setup-windows.bat, explain why (.bat is the one file exempt from the MOTW launch gate, so it can unblock the rest). - SignPath attribution paragraph — replace "see the Windows install bullet above for the manual Unblock workaround" with "handled in the meantime by setup-windows.bat". - .github/workflows/release.yml (release-notes body) - Windows (GUI) Quick Start — same flow. - Windows (headless) Quick Start — note the .bat is needed there too, since the console o.emu.exe is also MOTW-tagged. - Code signing section — drop the manual-Unblock reference. The infernode.io site has a parallel update in pdfinn/infernode.io PR #8 (winBody in en.ts + zh.ts). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
v0.2.1 shipped PR #200, which made `setup-windows.bat` strip Mark-of-the-Web from the bundle on first run. But the install documentation still pointed at the old manual right-click-Properties-Unblock-before-extracting workaround — telling users to do work they no longer need to do, and (more importantly) failing to tell them that running `setup-windows.bat` is now load-bearing.
Changes
The new Windows flow now reads consistently across both surfaces:
Related
Test plan
🤖 Generated with Claude Code