Merge branch 'patch-3' of github.com:nemobis/wikiq master
authorBenjamin Mako Hill <mako@atdot.cc>
Fri, 18 Jul 2014 21:40:28 +0000 (14:40 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Fri, 18 Jul 2014 21:40:28 +0000 (14:40 -0700)
README
wikiq.cpp

diff --git a/README b/README
index 4478dca540abd5cc75595a00069bfeeb807d8448..4937f59f4d19f0653677e567d10199fa960c6c2a 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,8 @@ comments) from large XML datasets.
 
 use:
 
-To use, first make sure you have libexpat and libpcrecpp installed, then:
+To use, first make sure you have libexpat and libpcrecpp installed (e.g.
+via packages libexpat1 and libpcre3-dev on Debian or Ubuntu), then:
 
     % make
     % ./wikiq -h  # prints usage
index 3351e2e4fff64cfbfdc9cfaa106c0adbfed5a5e2..ad9ac48fcb99825dddf6d80a44f23ebe3c88a5b1 100644 (file)
--- a/wikiq.cpp
+++ b/wikiq.cpp
@@ -545,7 +545,7 @@ void print_usage(char* argv[]) {
          << "unless the article is a revert to a previous revision, in which case, it" << endl
          << "contains the revision ID of the revision which was reverted to." << endl
          << endl
-         << "authors: Erik Garrison <erik@hypervolu.me>" << endl;
+         << "authors: Erik Garrison <erik@hypervolu.me>" << endl
          << "         Benjamin Mako Hill <mako@atdot.cc>" << endl;
 }
 

Benjamin Mako Hill || Want to submit a patch?