From b9e293afae8ff8d2383137035fa3a12ceeb9c1d3 Mon Sep 17 00:00:00 2001 From: megakeegman Date: Fri, 4 Mar 2022 14:52:04 -0500 Subject: [PATCH] Add auth ssh to the setup instructions --- README.md | 1 + 1 file changed, 1 insertion(+) 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