From: Silvio Rhatto Date: Sat, 28 Oct 2017 13:37:22 +0000 (-0200) Subject: README: Drupal 8 Development example: simplify X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a18b6d6eee95b1b6fd000edfe031ee1ffb7e328f;p=templater.git README: Drupal 8 Development example: simplify --- diff --git a/README.md b/README.md index ca28478..c294c9e 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ Provision the virtual machine: kvmx up && kvmx provision -Go inside the machine and install the drupal instance: +Install the drupal instance: - kvmx ssh - make drush - make site_install + echo '( cd /srv/kvmx && make drush )' | kvmx ssh + echo '( cd /srv/kvmx && make site_install )' | kvmx ssh