Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up onboarding doc #2810

Merged
merged 1 commit into from
May 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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