Add installation tip.
[manu/RT-Extension-WatchedQueues.git] / README
diff --git a/README b/README
index b93b1c2..dd8dfd1 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-RT-Extension-WatchedQueue - List queues the user is a watcher, in user configuration
+RT-Extension-WatchedQueue - List queues the user is a watcher of
 
-This RT Extension allow to display the list of queues an user is watcher in the
-user configuration tab.
+This RT Extension allow to display the list of queues the user is watcher, in
+the user configuration tab.
 
 INSTALLATION
 
@@ -12,26 +12,31 @@ 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
 
-After installing, you can find documentation for this module with the
-perldoc command.
+You can find documentation for this module with the perldoc command.
 
     perldoc RT::Extension::WatchedQueues
 
+
 You can also look for information at:
 
     RT, CPAN's request tracker
-        http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SearchResults-XLS
+        http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-WatchedQueues
 
     AnnoCPAN, Annotated CPAN documentation
-        http://annocpan.org/dist/RT-Extension-SearchResults-XLS
+        http://annocpan.org/dist/RT-Extension-WatchedQueues
 
     CPAN Ratings
-        http://cpanratings.perl.org/d/RT-Extension-SearchResults-XLS
+        http://cpanratings.perl.org/d/RT-Extension-WatchedQueues
 
     Search CPAN
-        http://search.cpan.org/dist/RT-Extension-SearchResults-XLS
+        http://search.cpan.org/dist/RT-Extension-WatchedQueues
 
 
 COPYRIGHT AND LICENCE