diff --git a/README.md b/README.md index 220732153..3ebd496f2 100644 --- a/README.md +++ b/README.md @@ -3324,6 +3324,10 @@ files in plain text formats are rendered with the original markup unconverted. If neither `ncat`, `socat`, Bash 5.2+, nor `pandoc` is available, [`nb browse`](#browse) falls back to the default behavior of [`nb show`](#show). +When `nb` is installed on Windows, +`socat` ([[MSYS]](https://packages.msys2.org/package/socat), +[[Cygwin]](https://cygwin.com/packages/summary/socat.html)) is recommended. + #### `browse` Privacy [`nb browse`](#browse) is completely local and self-contained within `nb`, diff --git a/docs/index.markdown b/docs/index.markdown index 13954f423..9e615286a 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -3330,6 +3330,10 @@ files in plain text formats are rendered with the original markup unconverted. If neither `ncat`, `socat`, Bash 5.2+, nor `pandoc` is available, [`nb browse`](#browse) falls back to the default behavior of [`nb show`](#show). +When `nb` is installed on Windows, +`socat` ([[MSYS]](https://packages.msys2.org/package/socat), +[[Cygwin]](https://cygwin.com/packages/summary/socat.html)) is recommended. + #### `browse` Privacy [`nb browse`](#browse) is completely local and self-contained within `nb`,