diff --git a/README.md b/README.md index 1580dc9..b6a2a54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # Drupal Module Generator (dmg) -A scaffolding tool for generating new modules for Drupal 7 and 8. +A scaffolding tool for generating new modules for Drupal 7 and (soon) 8. + +## Installation + +The Drupal Module Generator is installed via [Composer][]: + +```bash +composer global require opdavies/drupal-module-generator +``` + +[composer]: https://getcomposer.org ## Usage