Skip to content

Commit

Permalink
stop config --update, install with no-dev to not get composer/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 22, 2024
1 parent 4641ca8 commit 4295e7f
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 @@ -3,7 +3,7 @@
- Clone this repo, which was created with the Drupal 11 quickstart
- `ddev config --auto`
- To update the repo: `ddev composer update --with-all-dependencies && ddev composer require drush/drush`
- `ddev config --update`
- `ddev composer install --no-dev`
- `git add -u` and `git add *`
- `ddev drush si -y demo_umami --account-pass=admin`
- Log in and edit the content "Super easy vegetarian pasta bake" (https://test-drupal11.ddev.site/en/node/3/edit) to change the "recipe name" to "Super easy vegetarian pasta bake TEST PROJECT".
Expand Down

0 comments on commit 4295e7f

Please sign in to comment.