@@ 58,6 58,14 @@ PabloDraw color codes, use 24-bit mode:
$ retrofit -c 24bit example.ans
```
+### Windows console support
+
+Current Windows 10 console is able to view ANSI art pieces correctly, but user
+needs to [enable the VT support](https://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences/56150498#56150498)
+and run `chcp 65001` command before running retrofit.
+
+Note that terminal Windows Subsystem for Linux works out of the box.
+
## Building from source
Retrofit is built with Rust. It requires [Rust toolset](https://rustup.rs)