Skip to content

Commit

Permalink
added instructions on how to remove any previous version of the gem. …
Browse files Browse the repository at this point in the history
…also added sudo to the installation instructions since the people who enabled gem installation without sudo know they can to skip the sudo call.
  • Loading branch information
haraldmartin committed Jun 30, 2010
1 parent 938b5c2 commit 21eee1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ There are many reasons why you would use a command line version of Things, inclu

## Install

$ gem install things-rb
$ sudo gem install things-rb

If you're on default Mac OS X Leopard and haven't upgraded your RubyGem installation you'll need to to this first:

$ gem update --system
$ sudo gem update --system

When the upgrade is done, just run the `gem install ...` command above and you're set.

If you had an old version of things-rb installed (when the gem was still hosted on GitHub and not Rubygems.org) you'll need to remove the old version first:

$ sudo gem uninstall haraldmartin-things-rb

## Usage

Expand Down

0 comments on commit 21eee1b

Please sign in to comment.