From 6ae2ab4f447b286b00eaab0df9072aed9e3246e8 Mon Sep 17 00:00:00 2001 From: Lucas Caton Date: Thu, 4 Oct 2018 13:10:54 +1000 Subject: Recommend use of rails over bin/rails In order to make the recommendations consistent with Rails: https://github.com/rails/rails/commit/40b209db53 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e781e1cde2..dca60ce431 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Assumes a Rails 6+ application with Active Storage and Webpacker installed. gem "actiontext", github: "rails/actiontext", require: "action_text" gem "image_processing", "~> 1.2" # for Active Storage variants ``` - -1. Install assets, npm dependency, and migrations + +1. Install assets, npm dependency, and migrations: ``` - ./bin/rails action_text:install - ./bin/rails db:migrate + rails action_text:install + rails db:migrate ``` ## Examples -- cgit v1.2.3