소스 검색

Yet more tweak

Andy Baugh 7 년 전
부모
커밋
b678bbaba0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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')