PowerShell/docs/installation/windows.md
Sergei Vorobev 76b136d393 Remove FullCLR artifacts from installation instructions
We don't support FullCLR install
2016-07-20 15:17:31 -07:00

30 lines
1.1 KiB
Markdown

Package installation instructions
=================================
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 with Nano Server also),
but these must be self-signed prior to install.
See the [`Sign-Package.ps1`][signing] script for details.
Artifact installation instructions
==================================
We publish an archive with CoreCLR and FullCLR bits on every CI build with [AppVeyor][].
[releases]: https://github.com/PowerShell/PowerShell/releases
[signing]: ../../tools/Sign-Package.ps1
[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 ->
check 'Unblock' box -> apply
* Extract zip file to `bin` directory
* `./bin/powershell.exe`