Skip to content

Commit 3ebe17b

Browse files
committed
Switch order of paragraphs to remove ambiguity
1 parent 16273f3 commit 3ebe17b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ You will need to set the Redis connection details there too. If you've followed
118118
the sample file should already contain the correct values for you, but if you've customised your
119119
setup you'll need to correct them.
120120

121+
You'll also need to copy the Active Storage configuration from `config/storage.sample.yml` to `config/storage.yml`.
122+
121123
If you are using MariaDB instead of MySQL, you will need to replace all occurrences of
122124
`utf8mb4_0900_ai_ci` with `utf8mb4_unicode_ci` in `db/schema.rb`.
123125

124-
You'll also need to copy the Active Storage configuration from `config/storage.sample.yml` to `config/storage.yml`.
125-
126126
Set up the database:
127127

128128
rails db:create

0 commit comments

Comments
 (0)