[docs|getting_started] add requires

This commit is contained in:
geemus 2011-05-05 16:32:24 -07:00
parent 086a551e36
commit 72855da3d7
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ First, make a local directory to hold your data.
$ mkdir ~/fog
Now we can start writing our script, first off we should require fog.
require 'rubygems'
require 'fog'
Now in order to play with our data we need to setup a storage connection.
storage = Fog::Storage.new(