From c11f8b527a31b2e7b702de4139f8e1585d6300dd Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 5 Dec 2014 17:31:57 +0700 Subject: [PATCH] add recommendation about using `cmder` instead of `cmd.exe` --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 2b13d66..bcaf381 100644 --- a/readme.md +++ b/readme.md @@ -178,6 +178,11 @@ if (!chalk.supportsColor) { Chalk does not support support anything other than the base eight colors, which guarantees it will work on all terminals and systems. Some terminals, specifically `xterm` compliant ones, will support the full range of 8-bit colors. For this the lower level [ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be used. +## Windows + +If you're on Windows, do yourself a favor and use [`cmder`](http://bliker.github.io/cmder/) instead of `cmd.exe`. + + ## License MIT © [Sindre Sorhus](http://sindresorhus.com)