Updated installation and release documentation to be current

This commit is contained in:
Raghu Shantha [MSFT] 2016-06-22 14:29:58 -07:00
parent 7c3019bc28
commit 6727d207f9
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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