aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 1 insertions, 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