From fcc87ae13dd6b716ebad590d927387d34ba70d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 19 Jul 2019 10:21:09 -0400 Subject: [PATCH] Throw in the ddev start step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b18c2f..f757624 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Whenever you want a fresh start: ``` git pull +ddev start ddev composer update ddev . drush -y site:install minimal --existing-config ```