From 422b5f03a8f8c105d739d64936529a3718eca25b Mon Sep 17 00:00:00 2001 From: Snugug Date: Wed, 13 Aug 2014 10:39:41 -0400 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bcab8af..099dfa3 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,9 @@ To install the generator, make sure you have [NodeJS](http://nodejs.org/) instal $ npm install -g yo gulp bower generator-style-prototype ``` -Ensure you have [Ruby](https://www.ruby-lang.org/en/) with [RubyGems](http://rubygems.org/) installed as well. If you are on an Apple computer, you need at least Ruby version *2.0.0p451* installed. You can check your Ruby version by running `$ ruby -v`. If you do not have the correct version of Ruby installed, do the following (you may need to `sudo` these steps): +Ensure you have [Ruby](https://www.ruby-lang.org/en/) with [RubyGems](http://rubygems.org/) installed as well. If you are on an Apple computer, you need at least Ruby version *2.0.0p451* installed, otherwise you need at least Ruby *2.0.0*. You can check your Ruby version by running `$ ruby -v`. + +If you do not have the correct version of Ruby installed and you are on an Apple computer, do the following (you may need to `sudo` these steps): 1. Uninstall Bundler and Compass if you have it installed globally (`which bundle` or `which compass` to check to see if they're installed, `gem uninstall bundler` or `gem uninstall compass` if they are) 2. Install [Homebrew](http://brew.sh/) @@ -53,6 +55,8 @@ Ensure you have [Ruby](https://www.ruby-lang.org/en/) with [RubyGems](http://rub 10. `gem install bundler` 11. `bash` or `zsh` (if you are running `ZSH`) +If you are on a Windows computer, it is highly recommended that you use [Console 2](http://sourceforge.net/projects/console/files/) with PowerShell (`Edit->Settings`, set shell to `C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe`). If you're on a Windows computer, the easiest way to get set up with Ruby is [Ruby Installer](http://rubyinstaller.org/), and it is likely you will need to install [Git](http://git-scm.com/downloads) as well. Ensure that you add Node, Ruby, and Git to your PATH during installation of each respectively. + ## Creating a Style Prototype Run the following: