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.
1 parent 827e532 commit 2390fb8Copy full SHA for 2390fb8
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 core-dev
+cd core-dev
+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