From 2550784bec3685ff3c3f29b9fc127e333387c6e1 Mon Sep 17 00:00:00 2001 From: ijf8090 Date: Thu, 10 Sep 2020 10:05:10 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bedf7bd7e..b347b0196 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ There are a couple places where you can customize the VM for your needs: - `config.yml`: Override any of the default VM configuration from `default.config.yml`; customize almost any aspect of any software installed in the VM (more about [configuring Drupal VM](http://docs.drupalvm.com/en/latest/getting-started/configure-drupalvm/). - `drupal.composer.json` or `drupal.make.yml`: Contains configuration for the Drupal core version, modules, and patches that will be downloaded on Drupal's initial installation (you can build using Composer, Drush make, or your own codebase). +If you want to use Drupal 8 on the initial install, do the following: + + 1. Set `drupal_major_version: 8` inside `config.yml`. + 2. Set `drupal_composer_project_package: "drupal/recommended-project:^8@dev" inside `config.yml`. + + If you want to use Drupal 7 on the initial install, do the following: 1. Switch to using a [Drush Make file](http://docs.drupalvm.com/en/latest/deployment/drush-make/). From 88144b6c250fdf3cba77d39af1424b236ebe7e89 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 29 Sep 2020 19:37:41 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b347b0196..f392b91c7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ There are a couple places where you can customize the VM for your needs: If you want to use Drupal 8 on the initial install, do the following: 1. Set `drupal_major_version: 8` inside `config.yml`. - 2. Set `drupal_composer_project_package: "drupal/recommended-project:^8@dev" inside `config.yml`. + 2. Set `drupal_composer_project_package: "drupal/recommended-project:^8@dev"` inside `config.yml`. If you want to use Drupal 7 on the initial install, do the following: