From a49be1a77e00c28cb2b2ee298c513a8aca574fb5 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 19 Sep 2024 12:18:29 +0100 Subject: [PATCH] Update README.md to remove 'git clone' because we recommend a composer install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2885f..26fd04c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For most use cases, this chrome image should work out of the box: ```ddev get ddev/ddev-selenium-standalone-chrome``` ## Getting started -Add Gander and run Drupal's performance tests via a git clone of Drupal core (assuming [composer is +Add Gander and run Drupal's performance tests via Drupal core (assuming [composer is used](https://www.drupal.org/docs/develop/using-composer/manage-dependencies)): * `ddev get tag1consulting/ddev-gander` * `ddev restart`