previousnext / drush_cmi_tools

Provides advanced CMI import and export functionality
GNU General Public License v3.0
90 stars 14 forks source link

Slight tweak to README file #20

Open brokenmachine opened 7 years ago

brokenmachine commented 7 years ago

In the Installation section, the instructions have you add git repo, as well as a require block:

"require": { "drupal/drush-cmi-tools": "dev-8.x-1.x" },

I think you only to define the repo, and then when you run the composer require command, composer will add the require statement, so need to add this by hand.