Skip to content

Commit

Permalink
Cleaning up onboarding doc (#2810)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed May 9, 2018
1 parent 5d1690d commit bf907ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf907ea

Please sign in to comment.