From 902a36890d96404cd8b9aa9f6b39ea38a1d065af Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Fri, 27 Jul 2018 11:42:50 +0300 Subject: [PATCH] Add composer install instructions --- readme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3806470..cef2eb4 100644 --- a/readme.md +++ b/readme.md @@ -4,10 +4,17 @@ Source of the [Contact Form 7 Controls plugin](https://wordpress.org/plugins/contact-form-7-extras/) for WordPress. -Install the plugin by searching for "Contact Form 7 Controls" under "Plugins → Add New" in your WordPress dashboard. +## Install -## Start Contributing +Search for "Contact Form 7 Controls" under "Plugins → Add New" in your WordPress dashboard. + +Install as a [Composer dependancy](https://packagist.org/packages/kasparsd/contact-form-7-extras): + + composer require kasparsd/contact-form-7-extras + + +## Contribute We use [Composer](https://getcomposer.org) for managing PHP related dependencies and linting tools while [Node.js](https://nodejs.org) is used for the triggering the `pre-commit` hook, building the plugin release and deploying to WP.org