Skip to content

Commit

Permalink
updated README to include gemcutter as canonical gem source
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Sep 26, 2009
1 parent e07a062 commit b6fec25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ What is it?
Install
=======

Grab the gem from GitHub
Grab the **canonical** gem from Gemcutter:

gem sources -a http://gemcutter.org
gem install dreamy

Or grab the **development** gem from GitHub:

gem sources -a http://gems.github.com
gem install sant0sk1-dreamy
Expand All @@ -19,7 +24,6 @@ DreamHost requires a username (email or webID) and API key (available from your

To get started with the library, just require the gem:

require 'rubygems'
require 'dreamy'

Create a new object using your username and API key.
Expand Down

0 comments on commit b6fec25

Please sign in to comment.