X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=README;h=6c6754e63c69b544e88d63c47d2f5f70d3d5db72;hp=5545754f53464803cf2b8895b806322b0119f76f;hb=HEAD;hpb=c66faa965bf37a9542111dc4ab1eed4d7b516745 diff --git a/README b/README index 5545754..6c6754e 100644 --- a/README +++ b/README @@ -12,9 +12,17 @@ To install this module, run the following commands: make test make install +Then, to make it active, add it to @Plugins in RT site configuration file +(RT_SiteConfig.pm), example: + + Set(@Plugins, qw(RT::Extension::WatchedQueues) ); + SUPPORT AND DOCUMENTATION -This file is the main documentation. +You can find documentation for this module with the perldoc command. + + perldoc RT::Extension::WatchedQueues + You can also look for information at: