Merge pull request #1178 from PowerShell/RaghuS-DocUpdatesBranch
Updated installation and release documentation to be current
This commit is contained in:
commit
fd1c87f17e
@ -6,8 +6,8 @@ To install Open PowerShell from a package, download either the MSI from
|
||||
[Releases][] page. Once downloaded, double-click the installer and follow the
|
||||
prompts.
|
||||
|
||||
Additionally, we provide APPX packages, but these must be self-signed. See the
|
||||
[`Sign-Package.ps1`][signing] script.
|
||||
Additionally, we provide APPX/WSA packages (that are compatible on Nano also), but
|
||||
these must be self-signed prior to install. See the [`Sign-Package.ps1`][signing] script for details.
|
||||
|
||||
[releases]: https://github.com/PowerShell/PowerShell/releases
|
||||
[signing]: ../../tools/Sign-Package.ps1
|
||||
|
@ -53,7 +53,7 @@ file layout).
|
||||
Windows
|
||||
-------
|
||||
|
||||
The `Start-PSBuild` function delegates to `Create-MSIPackage` which creates a
|
||||
The `Start-PSBuild` function delegates to `New-MSIPackage` which creates a
|
||||
Windows Installer Package of Open PowerShell. It uses the Windows Installer XML
|
||||
Toolset (WiX) to generate a `OpenPowerShell_<version>.msi`, which installs a
|
||||
self-contained copy of the current version (commit) of Open PowerShell. It
|
||||
|
Loading…
Reference in New Issue
Block a user