Skip to content

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