changeset 29:e791c1426131

Doc updates
author Chris Cannam
date Mon, 09 Jan 2017 10:18:47 +0000
parents 7a20698b4c29
children ce217eeeaa7d
files README
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Jan 09 10:14:59 2017 +0000
+++ b/README	Mon Jan 09 10:18:47 2017 +0000
@@ -18,7 +18,7 @@
 files for some known formats in standard locations and runs the
 checker program as a separate process to check whether they can be
 loaded. This can be used to scan plugins and blacklist any that might
-crash the host on load.
+crash a host on load.
 
 
 About the command-line program
@@ -84,6 +84,10 @@
 $ qmake checker.pro
 $ make
 
+It also builds a program called checker-client which exercises the
+library by using a KnownPlugins object with the program it just
+compiled and printing out the results.
+
 To compile only the command-line program, you should be able to use a
 single C++ compiler invocation like: