aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-07-30 16:41:26 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-07-30 16:41:26 -0700
commitd8a26dab3eb8c4c1c5f9d81bf2987e211ba7f80e (patch)
tree15293eb783b994969c58e86963e670a73c09750e /README.md
parentb430ba4754f59934acb4806c83d10dee5af8de9e (diff)
downloadrails-d8a26dab3eb8c4c1c5f9d81bf2987e211ba7f80e.tar.gz
rails-d8a26dab3eb8c4c1c5f9d81bf2987e211ba7f80e.tar.bz2
rails-d8a26dab3eb8c4c1c5f9d81bf2987e211ba7f80e.zip
You cant run Action Text without Active Storage setup, so lets just set it up for you, rather than ask you to.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72eb6d44cf..ca6a395e8e 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,6 @@ Assumes a Rails 5.2+ application with Active Storage and Webpacker installed.
1. Migrate the database
```
- ./bin/rails active_storage:install
./bin/rails action_text:install
./bin/rails db:migrate
```