Skip to content

Commit

Permalink
Done the requirements in the readme dealie in case any hobo's who can…
Browse files Browse the repository at this point in the history
…'t afford their rubygems need to do the installation manually. :)

Signed-off-by: Magnus Holm <[email protected]>

Signed-off-by: why the lucky stiff <[email protected]>
  • Loading branch information
Bluebie authored and why the lucky stiff committed Feb 24, 2009
1 parent 84604bd commit b1c6cbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ A skeletal Camping blog could look like this:

== Installation

Interested yet? Luckily it's quite easy to install Camping:

TODO: Requirements?
Interested yet? Luckily it's quite easy to install Camping. We'll be using a tool called RubyGems, so if you don't have that installed yet, go grab it! Once that's sorted out, open up a Terminal or Command Line and enter:

* <tt>gem install camping</tt>

Or for the bleeding edge:

* <tt>gem install camping --source http://gems.judofyr.net</tt>

This will download everything you need and get you all set up. If you're installing camping manually, you'll need to make sure you have 'rack' installed as well, the interface Camping uses to talk to your web server. You'll also need 'markaby' for the views, and 'activerecord' if you're going to be using databases.

== Learning

* Start by reading the documentation in {the Camping module}[link:classes/Camping.html]
Expand Down

0 comments on commit b1c6cbe

Please sign in to comment.