From 21a83f9aab0ce75e96006c17c689ff2f1cbd9a86 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Fri, 16 Jun 2017 19:22:29 -0700 Subject: [PATCH] Updated Run OpenSSH Tests (markdown) --- Run-OpenSSH-Tests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Run-OpenSSH-Tests.md b/Run-OpenSSH-Tests.md index 5a5c9dd..797419c 100644 --- a/Run-OpenSSH-Tests.md +++ b/Run-OpenSSH-Tests.md @@ -2,6 +2,10 @@ ```powershell Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force Build-OpenSSH -Configuration Debug -NativeHostArch x64 +``` +## Install OpenSSH: (skip these steps if you’ve already done) +```powershell +Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force Install-OpenSSH -OpenSSHDir $env:SystemDrive\OpenSSH -Configuration Debug -NativeHostArch x64 ``` ## Run OpenSSH E2E Tests: