From: Benjamin Mako Hill Date: Fri, 18 Jul 2014 21:40:28 +0000 (-0700) Subject: Merge branch 'patch-3' of github.com:nemobis/wikiq X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/21341e70f9d509aeaaf0cb6a39caf56d704dc838?hp=52439920a4c0a49a568ef58b9b19d968f96eb1e8 Merge branch 'patch-3' of github.com:nemobis/wikiq --- diff --git a/README b/README index 4478dca..4937f59 100644 --- 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 diff --git a/wikiq.cpp b/wikiq.cpp index 3351e2e..ad9ac48 100644 --- 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 " << endl; + << "authors: Erik Garrison " << endl << " Benjamin Mako Hill " << endl; }