Add installation tip.
[manu/RT-Extension-WatchedQueues.git] / README
diff --git a/README b/README
index 5545754..dd8dfd1 100644 (file)
--- 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: