wecodemore / GitPHPHooks

Write your Git Hooks in PHP, organize them on a per-project base and automatically add them.
64 stars 7 forks source link

add composer install instructions to readme.md . #6

Open willgopublic opened 8 years ago

willgopublic commented 8 years ago

Perhaps composer install instructions can be added to the readme.md .

composer require --dev --prefer-dist -- wcm/git-php-hooks

wcm/git-php-hooks suggests installing wcm/git-php-hooks-library (A convenient library of pre made hooks and tasks.)

composer require --dev --prefer-dist -- wcm/git-php-hooks-library
franz-josef-kaiser commented 8 years ago

@willgopublic Has my +1. Would you like to file a PR?