Use FindBin so we don't need the bin_root silliness
[p5sagit/Promulger.git] / lib / Promulger.pm
index 9abf3dd..af77ebf 100644 (file)
@@ -15,17 +15,16 @@ Promulger -- Simple, Unixy mailing list manager
   # In a config file somewhere:
   aliases = /path/to/etc/aliases
   list_home = /path/your/mta/can/write/to/lists
-  bin_root = /path/to/pmg/bin # like /usr/local/bin
 
   # then
-  /path/to/pmg/bin/pmg newlist -c /path/to/config/pmg.conf mylist
+  /path/to/pmg/bin/pmg -c /path/to/config/pmg.conf newlist mylist
 
   # then
   mail -s subscribe mylist-request@yourhost < /dev/null
   mail -s post mylist@yourhost < first_post
 
   # cleanup
-  /path/to/pmg/bin/pmg rmlist -c /path/to/config/pmg.conf rmlist
+  /path/to/pmg/bin/pmg -c /path/to/config/pmg.conf rmlist mylist
 
 =head1 DESCRIPTION