Escape commands and paths

This commit is contained in:
David Heinemeier Hansson 2017-07-06 15:43:14 +02:00
parent 4191d1e675
commit ef07687262

@ -56,9 +56,9 @@ end
## Installation
1. Add `require "active_storage"` to config/application.rb.
2. Run rails activestorage:install to create needed directories, migrations, and configuration.
3. Configure the storage service in config/environments/* with `config.active_storage.service = :local`
that references the services configured in config/storage_services.yml.
2. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
3. Configure the storage service in `config/environments/*` with `config.active_storage.service = :local`
that references the services configured in `config/storage_services.yml`.
## Todos