Skip to content

Commit

Permalink
Add basic Windows package install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Jun 16, 2016
1 parent b4a75b4 commit 970f7e2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/installation/windows.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
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.

Additionally, we provide APPX packages, but these must be self-signed. See the
[`Sign-Package.ps1`][signing] script.

[releases]: https://github.com/PowerShell/PowerShell/releases
[signing]: ../../tools/Sign-Package.ps1

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-linux
[appveyor]: https://ci.appveyor.com/project/PowerShell/powershell

CoreCLR artifacts
=================
Expand Down

0 comments on commit 970f7e2

Please sign in to comment.