Skip to content

Commit

Permalink
Move the explanation about the database containe omission is moved in…
Browse files Browse the repository at this point in the history
…to the quickstart as a comment
  • Loading branch information
rpkoller committed Apr 30, 2024
1 parent afbf74b commit c26b7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ We're in #ddev-for-core-dev on [Drupal Slack](https://www.drupal.org/community/c
```
git clone https://git.drupalcode.org/project/drupal.git drupal
cd drupal
# Because `ddev-drupal-core-dev` is using SQLite the database
# container is omitted by the `--omit-containers=db` flag
ddev config --omit-containers=db --disable-settings-management
ddev start
ddev corepack enable
ddev get justafish/ddev-drupal-core-dev
ddev restart
ddev composer install
````
Because `ddev-drupal-core-dev` is using SQLite the database container could be omitted on `ddev config --project-type=drupal10 --omit-containers=db`.
## Install Drupal
Expand Down

0 comments on commit c26b7e8

Please sign in to comment.