diff --git a/README.md b/README.md index 1b9f2104..0ee1d18c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Attempts to solve the pain of: The rolemodel_rails gem expects to be added to an existing Rails project. Typically those are started with: ```shell -rails new --javascript=webpack --database=postgresql --skip-test +rails new --javascript=webpack --database=postgresql --skip-test --skip-solid --skip-kamal ``` The Devise generator requires your database to exist before running.