From ef07687262716984db51c173a0378d1eb0664289 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Jul 2017 15:43:14 +0200 Subject: Escape commands and paths --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4feab3984..a3ae62f377 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3