-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
docs(install): Add PowerShell Web Installer #1701
Conversation
@all-contributors please add @jpawlowski for doc |
I've put up a pull request to add @jpawlowski! 🎉 |
PS Gallery doesn't like the trailing slash
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.
Hmm, not supporting Ubuntu 24.04 makes no sense. fini@Air scripts % uname -a
Darwin Air 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:16:46 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8112 arm64
fini@Air scripts % brew info powershell
==> powershell: 7.4.2
https://github.com/PowerShell/PowerShell
Not installed
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/p/powershell.rb
==> Name
PowerShell
==> Description
Command-line shell and scripting language
==> Artifacts
powershell-7.4.2-osx-arm64.pkg (Pkg)
==> Caveats
To use Homebrew in PowerShell, run the following in a PowerShell session:
New-Item -Path (Split-Path -Parent -Path $PROFILE.CurrentUserAllHosts) -ItemType Directory -Force
Add-Content -Path $PROFILE.CurrentUserAllHosts -Value '$(/opt/homebrew/bin/brew shellenv) | Invoke-Expression'
==> Analytics
install: 11,523 (30 days), 37,265 (90 days), 102,246 (365 days)
fini@Air scripts % |
Hmm, in comparsion the new install method takes quite a lot of space; maybe hide some of the sub-points by just linking to the documentation on your installers project and list only the one or two major things explicitly. |
Indeed, PowerShell 7 was initially known as "PowerShell Core" following its complete overhaul in version 6. It's distinct from Windows PowerShell 5.1, which is reflected in its binary file name Despite these changes, for backward compatibility, documentation and markdown language tags often simply refer to it as
Regarding Ubuntu releases, the designation of the latest LTS version is finalized with the first It's worth noting that the term "supported" doesn't imply any malfunction; it simply refers to the availability of commercial support, such as contacting Microsoft for assistance when something doesn't work as anticipated. I know in German we usually think about "etwas wird unterstützt" a little differently, like "läuft nicht".
I've taken this into account in the latest update. Could you please review it again? |
Thanks again 👍 💚 |
Description
This will add some information about an alternative installation method for PowerShell.
Also see discussion here: #1697
Requirements / Checklist
Issue number where discussion took place: #xxx
What does this Pull Request (PR) do?
Update
README.md
with info about PowerShell web install option.How should this be manually tested?
n/a
Any background context you can provide?
n/a
What are the relevant tickets (if any)?
#1697
Screenshots (if appropriate or helpful)