From a1ed687ec7bfc3290fee42955d3e3be650a1e42d Mon Sep 17 00:00:00 2001 From: Ubaldo Mattos Date: Sun, 23 Dec 2018 12:22:38 -0200 Subject: [PATCH] Update Windows Server 2016.md --- .../Installation Instructions/Windows/Windows Server 2016.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md index 9a1f6f25e..a2ffcf126 100644 --- a/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md +++ b/docs/OHIF/Installation Instructions/Windows/Windows Server 2016.md @@ -11,7 +11,7 @@ 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. + c. Type `choco -?` to ensure the installation is OK. 2. Install Meteor a. Type the command: `choco install meteor`