Skip to content

Commit 6f06114

Browse files
committed
Minor README improvements
1 parent 88bb68a commit 6f06114

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ Useful also with platforms like Heroku (due to their ephemeral file system).
1010

1111
## Installation
1212
- Setup Active Storage in your Rails application
13-
- Add this line to your Gemfile: `gem 'active_storage_db'`
14-
- And execute: `bundle`
15-
- Install gem migrations: `bin/rails active_storage_db:install:migrations`
16-
- And execute: `bin/rails db:migrate`
13+
- Add to your Gemfile `gem 'active_storage_db'` (and execute: `bundle`)
14+
- Install the gem migrations: `bin/rails active_storage_db:install:migrations` (and execute: `bin/rails db:migrate`)
1715
- Add to your `config/routes.rb`: `mount ActiveStorageDB::Engine => '/active_storage_db'`
1816
- Change Active Storage service in *config/environments/development.rb* to: `config.active_storage.service = :db`
1917
- Add to *config/storage.yml*:

0 commit comments

Comments
 (0)