Skip to content

Commit

Permalink
Updated installation instructions to reference 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jul 31, 2009
1 parent a124f3a commit 007c07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Installation

With Rubygems:

$ sudo gem install dkubb-yardstick --source http://gems.github.com/
$ sudo gem install yardstick
$ irb -rubygems
>> require 'yardstick'
=> true

With the [Rip package manager](http://hellorip.com/):

$ rip install git://github.com/dkubb/yardstick.git
$ rip install git://github.com/dkubb/yardstick.git 0.1.0
$ irb -rrip
>> require 'yardstick'
=> true
Expand Down

0 comments on commit 007c07b

Please sign in to comment.