README.md in alchemy-dragonfly-s3-5.0.6 vs README.md in alchemy-dragonfly-s3-5.1.3

- old
+ new

@@ -1,36 +1,42 @@ -[![Build Status](https://travis-ci.com/AlchemyCMS/alchemy-dragonfly-s3.svg?branch=alchemy-5)](https://travis-ci.com/AlchemyCMS/alchemy-dragonfly-s3) +[![Build Status](https://travis-ci.com/AlchemyCMS/alchemy-dragonfly-s3.svg?branch=master)](https://travis-ci.com/AlchemyCMS/alchemy-dragonfly-s3) # AlchemyCMS AWS S3 -Adds support for file attachments and rendered Alchemy thumbnails stored on Amazon AWS S3. +Provides classes for storing Alchemy pictures and file attachments on Amazon AWS S3. ## Alchemy Version -This branch works with Alchemy 5.0 only. +This branch works with Alchemy 5.1 only. -- For a Alchemy 5.1 compatible version use the `master` branch. +- For a Alchemy 5.0 compatible version use the `alchemy-5` branch. - For a Alchemy 4 compatible version use the `alchemy-4` branch. -- For a Alchemy 3.6 compatible version use the `alchemy-3` branch. +- For a Alchemy 3 compatible version use the `alchemy-3` branch. ## Installation Add this line to your application's Gemfile: ```ruby -gem 'alchemy-dragonfly-s3', github: 'AlchemyCMS/alchemy-dragonfly-s3', branch: 'alchemy-5' +gem 'alchemy-dragonfly-s3', github: 'AlchemyCMS/alchemy-dragonfly-s3' ``` +For now you also need a special AlchemyCMS branch + +```ruby +gem 'alchemy_cms', github: 'tvdeyen/alchemy_cms', branch: 'remote-images' +``` + And then execute: ``` $ bundle install ``` -Install the picture thumbs migration +Install the picture thumbs migration from Alchemy 5.1 ``` -$ bin/rake alchemy_dragonfly_s3:install:migrations +$ bin/rake alchemy:install:migrations $ bin/rake db:migrate ``` ## Setup