From b1c6cbefd0a4641a770e5d78b4a7eceec336f72c Mon Sep 17 00:00:00 2001 From: Bluebie Date: Sun, 15 Feb 2009 06:21:37 +0800 Subject: [PATCH] Done the requirements in the readme dealie in case any hobo's who can't afford their rubygems need to do the installation manually. :) Signed-off-by: Magnus Holm Signed-off-by: why the lucky stiff --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 5ce5213..5413823 100644 --- a/README +++ b/README @@ -50,9 +50,7 @@ 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: * gem install camping @@ -60,6 +58,8 @@ Or for the bleeding edge: * gem install camping --source http://gems.judofyr.net +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]