`README.md:96` instructs Windows users:
Otherwise, before using this package, you must run `.\make.ps1 libs` in its base directory to download and build LibreSSL for Windows.
The `libs` command was removed as part of PR #38 (switch to prebuilt LibreSSL binaries on Windows). The current `make.ps1` only accepts `build`, `test`, `install`, `package`, `clean`, and `distclean`.
Surfaced during pre-PR review of #47. Pre-existing; left stale by PR #38.
Suggested fix
Update the README's Windows section to describe the current approach — LibreSSL is downloaded by `.ci-scripts/windows-install-libressl.ps1` and cached between CI runs; for local development the relevant command needs to be stated or the section removed if Corral covers the common case.
`README.md:96` instructs Windows users:
The `libs` command was removed as part of PR #38 (switch to prebuilt LibreSSL binaries on Windows). The current `make.ps1` only accepts `build`, `test`, `install`, `package`, `clean`, and `distclean`.
Surfaced during pre-PR review of #47. Pre-existing; left stale by PR #38.
Suggested fix
Update the README's Windows section to describe the current approach — LibreSSL is downloaded by `.ci-scripts/windows-install-libressl.ps1` and cached between CI runs; for local development the relevant command needs to be stated or the section removed if Corral covers the common case.