1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[docs|getting_started] add requires

This commit is contained in:
geemus 2011-05-05 16:32:24 -07:00
parent 086a551e36
commit 72855da3d7

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(