aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
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