aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-10-02 15:47:11 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-10-02 15:47:11 -0700
commitd28ce034b51a7ea08e81ee319383ab35ca25cb32 (patch)
tree9d3040641bc525643cd135756fbe6950d4948437
parentfc2c786e1236737f2e06384969e84dd88641b9b3 (diff)
parent462af91c74b5e9d34388fec6156fbe02a8ef794e (diff)
downloadrails-d28ce034b51a7ea08e81ee319383ab35ca25cb32.tar.gz
rails-d28ce034b51a7ea08e81ee319383ab35ca25cb32.tar.bz2
rails-d28ce034b51a7ea08e81ee319383ab35ca25cb32.zip
Merge branch 'master' of github.com:basecamp/actiontext
-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