Add installation instructions
This commit is contained in:
parent
88147ec4e5
commit
df583e31d8
12
README.md
12
README.md
|
@ -1,6 +1,16 @@
|
||||||
# Drupal Module Generator (dmg)
|
# 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
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue