add WinGet to Install Instructions

Tess Gauthier 2022-10-17 14:27:54 -04:00
parent d1c2deafa3
commit af39827e23

@ -1,3 +1,14 @@
## Install using WinGet
Starting with GitHub Release 8.9.1.0, OpenSSH Beta releases are available through [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/).
With WinGet installed on the machine, use the following commands:
* Search:
`winget search "openssh beta"`
* Install:
`winget install "openssh beta"`
* Uninstall:
`winget uninstall "openssh beta"`
## Install Win32 OpenSSH (test release)
1. Win32-OpenSSH Github releases can be installed on Windows 7 and up.