Add installation instructions

This commit is contained in:
Oliver Davies 2020-02-10 07:27:11 +00:00
parent 88147ec4e5
commit df583e31d8

View file

@ -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