Update update instructions

This commit is contained in:
Clayton Dewey 2018-12-07 13:57:10 -05:00
parent df87b32782
commit 2dc072cab9

View file

@ -30,7 +30,11 @@ drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @te
### Get updates
```
git pull
git submodule update --recursive --remote
composer install
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @test @self && drush -y updb
drush cim -y
```
## Theming