diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |