ソースを参照

Annotate that Net::XMPP must be installed via cpan

...otherwise tests will fail and the plugin will not work.
Brian Ellwood 8 年 前
コミット
253f580037
1 ファイル変更5 行追加0 行削除
  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