Skip to content

Commit

Permalink
Merge pull request #7 from cmc476/update_readme
Browse files Browse the repository at this point in the history
Updated readme for installation procedures and complete example.
  • Loading branch information
briancline committed Aug 17, 2015
2 parents a929004 + 1d8f821 commit 2e0c135
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -3,10 +3,18 @@ SoftLayer Object Storage Ruby Client

Ruby bindings for SoftLayer Object Storage

Installation from Source
------------------------
git clone https://github.com/softlayer/softlayer-object-storage-ruby.git
cd softlayer-object-storage
gem build softlayer-object-storage.gemspec
gem install softlayer-object-storage

Basic Usage
----------

```ruby
require 'softlayer/object_storage'
sl_storage = SoftLayer::ObjectStorage::Connection.new({
:username => "YOUR_USERNAME",
:api_key => "YOUR_API_KEY",
Expand Down

0 comments on commit 2e0c135

Please sign in to comment.