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: