docs: document install.ps1 for native Windows installs - #8
Open
emsearcy wants to merge 1 commit into
Open
Conversation
Cross-reference the new gh-pages install.ps1 companion script so Windows users on native PowerShell (no sh interpreter) know how to install lfx, alongside the existing install.sh instructions for macOS/Linux/Git Bash/WSL. Assisted-by: github-copilot:claude-sonnet-5 Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
There was a problem hiding this comment.
Pull request overview
Documents native Windows installation via the PowerShell installer.
Changes:
- Adds the
install.ps1command. - Documents default path and version/directory overrides.
- Clarifies platform support for
install.sh.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dealako
approved these changes
Aug 28, 2026
dealako
left a comment
There was a problem hiding this comment.
I admire you for attempting to include windows users.
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
Documents the new
install.ps1companion installer (published ongh-pages) for native Windows (PowerShell) users, since Windows has noshinterpreter to run the existinginstall.shcurl-style installer.Related
gh-pagesbranch: addsinstall.ps1and removes the unused/staleclient-metadata.json(Auth0 silently drops CIMD registration for thedevice_codegrant, perinternal/commands/environment.go).No Jira ticket for this change.
🤖 Generated with GitHub Copilot (via OpenCode)