From a18b6d6eee95b1b6fd000edfe031ee1ffb7e328f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Oct 2017 11:37:22 -0200 Subject: README: Drupal 8 Development example: simplify --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3