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:
parent
086a551e36
commit
72855da3d7
1 changed files with 5 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue