Skip to content

Commit b05fc5f

Browse files
committed
Added locale to site install example to get drupal installed on Danish
1 parent 21380bc commit b05fc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Example:
1313
composer create-project drupal-composer/drupal-project:8.x-dev os2web --no-interaction
1414
cd os2web
1515
composer require os2web/os2web
16-
drush si os2web --db-url=mysql://db_user:db_pass@mysql_host/db_name --account-pass=admin -y
16+
drush si os2web --db-url=mysql://db_user:db_pass@mysql_host/db_name--locale=da --site-name="OS2Web" --account-pass=admin -y
1717
```
1818

1919
### Installation profile

0 commit comments

Comments
 (0)