Skip to content

Commit

Permalink
Provide --account-name and --account-pass in drupal quickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 15, 2022
1 parent d57ae49 commit b014e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/users/quickstart.md
Expand Up @@ -157,7 +157,7 @@ DDEV comes ready to work with any PHP project, and has deeper support for severa
ddev start
ddev composer create drupal/recommended-project
ddev composer require drush/drush
ddev drush site:install -y
ddev drush site:install --account-name=admin --account-pass=admin -y
ddev drush uli
ddev launch
```
Expand All @@ -174,7 +174,7 @@ DDEV comes ready to work with any PHP project, and has deeper support for severa
ddev start
ddev composer create "drupal/recommended-project:^9"
ddev composer require drush/drush
ddev drush site:install -y
ddev drush site:install --account-name=admin --account-pass=admin -y
ddev drush uli
ddev launch
```
Expand Down

0 comments on commit b014e42

Please sign in to comment.