Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 274 Bytes

installation.md

File metadata and controls

15 lines (8 loc) · 274 Bytes

Installation

It's a Ruby Gem, so you can install it like any Gem:

$ gem install aliyun-oss-sdk

If you use Gemfile manage your Gems, Add below to your Gemfile.

gem "aliyun-oss-sdk"

And run:

$ bundle install

Now, Getting started