From 0bfba1a1f6bcc80932aa764ea34313449ae52de6 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 9 May 2018 10:30:18 -0700 Subject: [PATCH] Cleaning up onboarding doc (#2810) --- readme/onboarding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme/onboarding.md b/readme/onboarding.md index 03ecdf4552..0c82bfc538 100644 --- a/readme/onboarding.md +++ b/readme/onboarding.md @@ -28,7 +28,8 @@ You have probably been linked to this documentation by a project that is using B If your project uses a virtual development environment such as Drupal VM: 1. Make sure you have installed any prerequisites. For DrupalVM, see the [quick start guide](https://github.com/geerlingguy/drupal-vm#quick-start-guide). -1. If this is your first time using the VM on your machine, execute `blt vm`. Otherwise, run `vagrant up`. +1. If this is your first time using this project's VM on your machine, execute `blt vm` to provision the VM and set it as the default local development environment. If you've already run `blt vm` at least once, you can just use `vagrant up` to provision the VM. +1. SSH into the VM: `vagrant ssh` 1. Build and install the Drupal installation: `blt setup` If your project does not use a virtual development environment: