diff --git a/docs/en/plugins/hipchat_notify.md b/docs/en/plugins/hipchat_notify.md index d783af65..392a5a13 100644 --- a/docs/en/plugins/hipchat_notify.md +++ b/docs/en/plugins/hipchat_notify.md @@ -4,6 +4,13 @@ Plugin Hipchat Notify This plugin joins a [HipChat](https://www.hipchat.com/) room and sends a user-defined message, for example a "Build Succeeded" message. +Install via Composer +-------------------- +``` +cd /var/www/php-censor +composer require "hipchat/hipchat-php" +``` + Configuration -------------