Andy Baugh vor 7 Jahren
Ursprung
Commit
b678bbaba0
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -31,7 +31,8 @@ causes failures to send notifications. Add `disable_sasl_mechanisms: "DIGEST-MD5
 to avoid this problem. See issue #2 on the tracker.
 
 *XMPP Driver (generally):*
-Also, I've seen a report about gtalk.t failing on install for certain users when attempting to install Net::XMPP as a dependency.
+
+I've seen a report about gtalk.t failing on install for certain users when attempting to install Net::XMPP as a dependency.
 If this occurs, you'll likely have to manually run CPAN and tell it to ignore the failing tests:
 `cpan -i -f Net::XMPP`. After it installs you can then rerun make install and it should be OK. (the '-f' flag stands for 'force')