-
Notifications
You must be signed in to change notification settings - Fork 2
🩹 [Patch]: Update README to specify PowerShell 7+ requirement and distinguish from Windows PowerShell #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…dows PowerShell Co-authored-by: MariusStorhaug <[email protected]>
|
Actually, lets make it more general and point to https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell |
Co-authored-by: MariusStorhaug <[email protected]>
Updated the PowerShell installation link to point to the Microsoft Learn documentation as requested. (d157182) |
|
Lets also not point to version 7. Lets point to this not being Windows PowerShell, but "the latest version of PowerShell (not Windows PowerShell)". |
…pecification Co-authored-by: MariusStorhaug <[email protected]>
Updated the PowerShell requirement to be more general as requested. Changed from "PowerShell 7.0 or higher" to "the latest version of PowerShell (not Windows PowerShell)" and simplified the description. (a8458df) |
|
Lets add also some more clarifying things:
|
Co-authored-by: MariusStorhaug <[email protected]>
Added the PowerShell overview link and cross-platform support information as requested. The Prerequisites section now includes a link to the PowerShell overview documentation and clarifies that this module supports PowerShell on Windows, Linux, and macOS. (9a7c041) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the README to clearly specify the PowerShell version requirement and distinguish modern PowerShell from the legacy Windows PowerShell. It also enhances readability by converting the Prerequisites section into a bulleted list and adds installation links for PowerShell.
- Explicit requirement for modern PowerShell (latest LTS version) is now included.
- Clarification that Windows PowerShell is not supported.
- Installation guides for PowerShell are provided, and the module dependency on Fonts is clarified.
|
From the linter: |
…line 12 Co-authored-by: MariusStorhaug <[email protected]>
Fixed the trailing space issue by removing the single trailing space from line 12 in README.md. The markdown linter now passes without errors. (746fb27) |
|
Module NerdFonts - 1.0.26 published to the PowerShell Gallery. |
|
GitHub release for NerdFonts v1.0.26 has been created. |
Summary
This PR updates the README to clearly specify the PowerShell version requirement and distinguish modern PowerShell from the legacy Windows PowerShell. It also enhances readability by converting the Prerequisites section into a bulleted list and adds installation links for PowerShell.
Background
Windows 11 ships with Windows PowerShell (legacy) by default, but this module requires the modern cross-platform PowerShell. The previous README didn't specify which version was needed, potentially causing confusion for users.
Fixes #39.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.