PowerShell/docs/installation/windows.md
2016-03-30 23:30:26 -07:00

26 lines
780 B
Markdown

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
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`
FullCLR 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 `$in` directory
* `Start-DevPSGithub -binDir bin`