From 462af91c74b5e9d34388fec6156fbe02a8ef794e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 2 Oct 2018 15:46:51 -0700 Subject: Now we add the npm dependency as part of the installer --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index c066323e1f..304fe644c1 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,7 @@ Assumes a Rails 5.2+ application with Active Storage and Webpacker installed. gem "image_processing", "~> 1.2" # for Active Storage variants ``` -1. Install the npm package (with a local reference to this checked out repository): - - ```sh - $ yarn add file:../actiontext - ``` - - ```js - // app/javascript/packs/application.js - import "actiontext" - ``` - -1. Migrate the database +1. Install assets, npm dependency, and migrations ``` ./bin/rails action_text:install -- cgit v1.2.3