Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Terminal colors on windows

Michael Kessler edited this page Jun 11, 2013 · 1 revision

If you want colors in your terminal, you'll have to add the win32console gem to your Gemfile and install it with Bundler:

group :development do
  gem 'win32console'
end
Clone this wiki locally