From 2f600c45357ccac0d4d2fa107ab7fe2117e544c0 Mon Sep 17 00:00:00 2001 From: Ubaldo Mattos Date: Sun, 23 Dec 2018 11:54:04 -0200 Subject: [PATCH] Update Windows Server 2016.md --- .../Windows/Windows Server 2016.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md index 243f20a60..0ccc9b66e 100644 --- a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md +++ b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md @@ -7,11 +7,11 @@ a. Go to this URL for instructions: https://chocolatey.org/install#install-with-cmdexe -b. Execute this command in the cmd line as Admin: + 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"` + `@"%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. + c. Type choco -? to ensure the installation is OK. 2. Install Meteor