Skip to content
Snippets Groups Projects
Commit 58370ed1 authored by resga's avatar resga
Browse files

Fixing formatting for Drush warning

parent 611c028f
No related branches found
No related tags found
1 merge request!51Fixing formatting for Drush warning
...@@ -69,9 +69,10 @@ composer require civicrm/civicrm-{core,packages,drupal-8}:'~5.42' ...@@ -69,9 +69,10 @@ composer require civicrm/civicrm-{core,packages,drupal-8}:'~5.42'
You should adjust the example path (`/var/www/d9.example.org`) and the example version (`~5.42`) as needed. You should adjust the example path (`/var/www/d9.example.org`) and the example version (`~5.42`) as needed.
!!! warning "Install CiviCRM before Drush" You should install CiviCRM packages before installing Drush to avoid dependency issues with `symfony/finder` or `symfony/filesystem`. If you've already got Drush installed and want to install CiviCRM remove Drush first. !!! warning "Install CiviCRM before Drush"
You should install CiviCRM packages before installing Drush to avoid dependency issues with `symfony/finder` or `symfony/filesystem`. If you've already got Drush installed and want to install CiviCRM remove Drush first.
```bash ```
composer remove drush/drush composer remove drush/drush
composer require civicrm/civicrm-{core,packages,drupal-8} composer require civicrm/civicrm-{core,packages,drupal-8}
composer require drush/drush composer require drush/drush
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment