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 27, 2024
1 parent 8eee9e0 commit c393e34
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 @@ -15,15 +15,15 @@ This is a [DDEV](https://github.com/ddev/ddev) add-on for doing Drupal Core deve
```
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 c393e34

Please sign in to comment.