diff --git a/README.md b/README.md index 19bec705741180eb5bd619bef956291e94c4670d..3e8d44c19f56e7f10f176a0ea12bb3040a96ef9e 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ By default, it will try to put it in the following paths: cd ~/.drush/ git clone git@github.com:robballou/drush_modulesmith.git + +## Why this command? + +You can [use module_builder](https://drupal.org/project/module_builder) to build modules. It's a great tool and fully featured. `module_builder` installs into your project though. And it does quite a lot (which is good ... unless you need something simple). This just adds a module skeleton for you and you can then add your code as needed.