Skip to content

Commit

Permalink
Update windows.md
Browse files Browse the repository at this point in the history
Added newlines and fixed typos.
  • Loading branch information
alexandair committed Jul 17, 2016
1 parent 58bbfe0 commit 9e886db
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/installation/windows.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package installation instructions
=================================

To install Open PowerShell from a package, download either the MSI from
[AppVeyor][] for a nightly build, or a released package from our GitHub
[Releases][] page. Once downloaded, double-click the installer and follow the
prompts.
To install PowerShell from a package, download either the MSI from [AppVeyor][] for a nightly build,
or a released package from our GitHub [releases][] page.
Once downloaded, double-click the installer and follow the prompts.

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.
Additionally, we provide APPX/WSA packages (that are compatible with Nano Server 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
Expand All @@ -18,13 +18,13 @@ Artifact installation instructions
We publish an archive with CoreCLR and FullCLR bits on every CI build
with [AppVeyor][].

[appveyor]: https://ci.appveyor.com/project/PowerShell/powershell
[AppVeyor]: https://ci.appveyor.com/project/PowerShell/powershell

CoreCLR artifacts
=================

* Download zip package from **artifacts** tab of the particular build.
* Unblock zip file: right-click in file explorer -> properties ->
* Unblock zip file: right-click in File Explorer -> Properties ->
check 'Unblock' box -> apply
* Extract zip file to `bin` directory
* `./bin/powershell.exe`
Expand All @@ -33,7 +33,7 @@ FullCLR artifacts
=================

* Download zip package from **artifacts** tab of the particular build.
* Unblock zip file: right-click in file explorer -> properties ->
* Unblock zip file: right-click in File Explorer -> Properties ->
check 'Unblock' box -> apply
* Extract zip file to `$in` directory
* Extract zip file to `bin` directory
* `Start-DevPSGithub -binDir bin`

0 comments on commit 9e886db

Please sign in to comment.