aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69166664f6..b56999cae7 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ Variation of image attachment:
3. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
4. Configure the storage service in `config/environments/*` with `config.active_storage.service = :local`
that references the services configured in `config/storage_services.yml`.
+5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.
## Todos