aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 11:37:22 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 11:37:22 -0200
commita18b6d6eee95b1b6fd000edfe031ee1ffb7e328f (patch)
tree9884b67e0982e5069f78552bf69509fbc1c53e2c /README.md
parentf5d5d9aff8eb49c52ff2692116b48c5ac23057e1 (diff)
downloadtemplater-a18b6d6eee95b1b6fd000edfe031ee1ffb7e328f.tar.gz
templater-a18b6d6eee95b1b6fd000edfe031ee1ffb7e328f.tar.bz2
README: Drupal 8 Development example: simplify
Diffstat (limited to 'README.md')
-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