diff --git a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md index ccf770466..19d1b2eb2 100644 --- a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md +++ b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md @@ -6,8 +6,10 @@ a. Go to this URL for instructions: https://chocolatey.org/install#install-with-cmdexe + b. Execute this command in the cmd line as Admin: `@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"` + c. Type choco -? to ensure the installation is OK. 2. Install Meteor a. Type the command: `choco install meteor`