diff --git a/README.md b/README.md index f148298..2b1090b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ To be able to import the configuration, you need to get the initializing databas ``` ddev start +ddev auth ssh ddev composer install ddev . drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @live @self && drush -y updb ddev . drush -y rsync @live:%files @self:%files