Explorar el Código

Annotate that Net::XMPP must be installed via cpan

...otherwise tests will fail and the plugin will not work.
Brian Ellwood hace 8 años
padre
commit
253f580037
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -7,6 +7,11 @@ Plans for the future can be read in TODO
 
 Steps 4 GreatSuccess:
 * Clone this repo with git onto a cPanel host of at least 11.64+
+* Install Net::XMPP
+
+    cpan
+    install Net:XMPP
+
 * Run the Tests
 
     make test