Skip to content

Commit d1ea77d

Browse files
authored
Add explanation of drupal command (#60)
1 parent 0a5c185 commit d1ea77d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This is a DDEV addon for doing Drupal core development.
44

5-
We're in #ddev-for-core-dev on [Drupal Slack](https://www.drupal.org/community/contributor-guide/reference-information/talk/tools/slack) (but please try and keep work and feature requests in Issues where it's visible to all 🙏)
5+
We're in #ddev-for-core-dev on [Drupal Slack](https://www.drupal.org/community/contributor-guide/reference-information/talk/tools/slack) (but please try and keep work
6+
and feature requests in Issues where it's visible to all 🙏)
67

78
## Installation
89
```
@@ -16,6 +17,10 @@ ddev add-on get justafish/ddev-drupal-core-dev
1617
ddev drupal list
1718
```
1819

20+
The `drupal` command is an extension of core's [`drupal`](https://git.drupalcode.org/project/drupal/-/blob/11.x/core/scripts/drupal?ref_type=heads)
21+
command. This allows you to perform some basic tasks without needing to install
22+
`drush` which will alter your composer dependencies.
23+
1924
## Examples
2025
```
2126
# Install drupal

0 commit comments

Comments
 (0)