Skip to content

Commit

Permalink
Fix #16. Expand README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 15, 2023
1 parent 7d92d42 commit afaa5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Commands
This project provides the following DDEV container commands.

- [ddev poser](https://github.com/ddev/ddev-drupal-contrib/blob/main/commands/web/poser).
- Edits composer.json so that `drupal/core-recommended` becomes a dev dependency.
- Creates a temporary [composer.contrib.json](https://getcomposer.org/doc/03-cli.md#composer) so that `drupal/core-recommended` becomes a dev dependency. This way the composer.json from the module is untouched.
- Runs `composer install` AND `yarn install` so that dependencies are available.
- Note: it is perfectly acceptable to skip this command and edit the require-dev of composer.json by hand.
- [ddev symlink-project](https://github.com/ddev/ddev-drupal-contrib/blob/main/commands/web/symlink-project). This symlinks the top level files of your project into web/modules/custom so that Drupal finds your module. This command runs automatically on every `ddev start`. See codebase image below.
Expand Down

0 comments on commit afaa5d8

Please sign in to comment.