--- GETTING-STARTED.latest_release 2005-10-12 22:41:43.000000000 +0100
+++ GETTING-STARTED 2006-01-15 16:12:50.000000000 +0100
@@ -1,7 +1,7 @@
-First you'll need to copy the flickr.rb and the flickr directory to your
-library directory. I know, it's crude. It will be a nicely packaged gem
-in a bit but right now I'm focused on finishing up the functionality.
-Sorry about that.
+First you'll need to install the flickr.rb and the flickr directory to your
+library directory. See INSTALL_*.txt for instructions. I know, it's crude.
+It will be a nicely packaged gem in a bit but right now I'm focused on
+finishing up the functionality. Sorry about that.
Once you've got it installed, there are a few example applications in the
samples directory. You need to first get an API key as detailed here:
--- INSTALL_en.txt.orig 2005-10-12 22:41:43.000000000 +0200
+++ INSTALL_en.txt 2006-01-15 16:17:07.000000000 +0100
@@ -14,6 +14,10 @@
$ ruby setup.rb all --prefix=$HOME
+ You also need the mime-types gem installed:
+
+ $ gem install mime-types
+
Detailed Installtion Process
----------------------------
|