We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 827e532 + cef0e47 commit 1e6d515Copy full SHA for 1e6d515
README.md
@@ -3,12 +3,12 @@
3
This is a DDEV addon for doing Drupal core development.
4
5
```
6
-git clone git@git.drupal.org:project/drupal.git && \
7
-cd drupal && \
8
-ddev config --auto && \
9
-ddev start && \
10
-ddev get justafish/ddev-drupal-core-dev && \
11
-ddev restart && \
+git clone https://git.drupalcode.org/project/drupal.git drupal
+cd drupal
+ddev config --project-type=drupal10
+ddev start
+ddev get justafish/ddev-drupal-core-dev
+ddev restart
12
ddev composer install
13
14
# See included commands
0 commit comments