diff --git a/activestorage/README.md b/activestorage/README.md index f868e0d7088a3addb669b4497b6adb3524f43f0f..d60c6749b52c8e767ba62947e97285ce8f3fff81 100644 --- a/activestorage/README.md +++ b/activestorage/README.md @@ -88,7 +88,8 @@ Variation of image attachment: 1. Run `rails activestorage:install` to create needed directories, migrations, and configuration. 2. Optional: Add `gem "aws-sdk", "~> 2"` to your Gemfile if you want to use AWS S3. 3. Optional: Add `gem "google-cloud-storage", "~> 1.3"` to your Gemfile if you want to use Google Cloud Storage. -4. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants. +4. Optional: Add `gem 'azure-core', git: "https://github.com/dixpac/azure-ruby-asm-core.git"` and `gem 'azure-storage', require: false` to your Gemfile if you want to use Microsoft Azure. +5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants. ## Direct uploads