From 3177632418117dfd4d0a13d24ca150c74fda8f9e Mon Sep 17 00:00:00 2001 From: bri <284789+b-@users.noreply.github.com> Date: Fri, 23 Dec 2022 17:56:20 -0500 Subject: [PATCH] fix cygwin installation instructions I'm not sure if the original command was for an older cygwin setup, but the `-q` flag presently just means a quiet install, but it ignores the `mosh` arg without specifying `-P` to install a named package. Cygwinsetup is also installed in c:\cygwin64\cygwinsetup.exe by default, so let's fix that path/name. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3ecb050..d8afc4e 100644 --- a/index.html +++ b/index.html @@ -277,7 +277,7 @@

Windows

Cygwin

-
C:\> setup.exe -q mosh
+
C:\> c:\cygwin64\cygwinsetup.exe -qP mosh

Mosh on Cygwin uses OpenSSH and is suitable for Windows users with advanced SSH configurations.
Mosh is not compatible with Cygwin's built-in Windows Console terminal emulation. You will need to run Mosh from a full-featured terminal program such as mintty, rxvt, PuTTY, or an X11 terminal emulator.