Skip to content

Improve the instructions for composer install in the readme #9

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

Open
wants to merge 2 commits into
base: 2.0.x
Choose a base branch
from
Open
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ also be used with Drupal installed directly on a git clone of core.
# 1A: Install with Composer project template (recommended)
# If you already installed a project using the template following the
# instructions in its README then skip to step 2.
ddev config --project-type=drupal --php-version=8.3
ddev config --project-type=drupal11 --docroot=web
ddev start
ddev composer create joachim-n/drupal-core-development-project
ddev config --update
ddev restart
ddev composer create-project joachim-n/drupal-core-development-project

# 1B: Install directly on a git clone
git clone https://git.drupalcode.org/project/drupal.git drupal
Expand Down