From 724674033698edd379550b128da1ad903216ef4f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 24 Dec 2014 08:04:36 -0400 Subject: [PATCH] Add information about why CLI doesn't work fine on Cygwin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a94b68..6b2df0bb 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ If you add a new `man` page, remember to add the `roff` filename to the `man` ar ## Caveats -- Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`. +- Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945). - Most commands require an `` argument, however [Commander](https://github.com/tj/commander.js) refuses to show that in the help page. This will be fixed soon.