Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Aug 13, 2014
1 parent e23397a commit 422b5f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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:
Expand Down

0 comments on commit 422b5f0

Please sign in to comment.