Quellcode durchsuchen

Annotate that Net::XMPP must be installed via cpan

...otherwise tests will fail and the plugin will not work.
Brian Ellwood vor 8 Jahren
Ursprung
Commit
253f580037
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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