Skip to content

Commit

Permalink
Update download methods in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Jan 22, 2014
1 parent 5827525 commit 02a10e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ normalizing.

Install using one of the following methods:

Download from the [project page](https://github.com/JohnAlbin/normalize.css-with-sass-or-compass/).
Download from the [project page](https://github.com/JohnAlbin/normalize.css-with-sass-or-compass/releases).

Install with [Bower](http://bower.io/): `bower install --save normalize.scss`
Install with [Bower](http://bower.io/): `bower install --save normalize.scss` (or to install the latest pre-release version: `bower install --save normalize.scss#3.0.0-alpha.1+normalize.2.1.3`)

Install with [Component(1)](http://component.io/): `component install JohnAlbin/normalize.css-with-sass-or-compass`

Install with [Ruby Gem](https://rubygems.org/gems/normalize-scss): `sudo gem install normalize-scss` (or to install the latest pre-release version: `sudo gem install --pre normalize-scss`)

## What does it do?

* Preserves useful defaults, unlike many CSS resets.
Expand Down

0 comments on commit 02a10e9

Please sign in to comment.