summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Monroe <bendono@gmail.com>2016-02-25 21:51:35 +0900
committerBen Monroe <bendono@gmail.com>2016-02-26 02:09:07 +0900
commit70749779abb4994ef4087f305c41ee14ca495e0b (patch)
tree16f7f59cd637437433f122d389412b516422c5df /Documentation
parent41fcf5dc470e704243693b63ebf546fd7dcc614d (diff)
downloadcoreclr-70749779abb4994ef4087f305c41ee14ca495e0b.tar.gz
coreclr-70749779abb4994ef4087f305c41ee14ca495e0b.tar.bz2
coreclr-70749779abb4994ef4087f305c41ee14ca495e0b.zip
Validate PowerShell prerequisite. Update documentation.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-instructions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index 28fd3ecc81..6ac3933312 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -32,6 +32,10 @@ any recent (2.4+) version of Python should work, including Python 3.
- Install [Python](https://www.python.org/downloads/) for Windows.
- Add it to the PATH environment variable.
+PowerShell
+----------
+PowerShell is used in the build system. Ensure that it is accessible via the PATH environment variable. Typically this is %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\.
+
Git Setup
---------