Throw in the ddev start step

This commit is contained in:
Benjamin Melançon 2019-07-19 10:21:09 -04:00
parent 41103efb96
commit fcc87ae13d

View file

@ -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
```