From 319bc9e43652a98a23e16426fef49fe3f686be6d Mon Sep 17 00:00:00 2001 From: John Sennesael Date: Thu, 21 Oct 2021 09:04:23 -0500 Subject: [PATCH] formatting --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 494d5ba..ff33ebf 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,22 @@ change. I did my best to document it as well as I could. ## Running To index, run: + +``` ./usenetindexd -c /path/to/config +``` To search, run: + +``` ./usenetfind -c /path/to/config -s 'some search string' -n maxresults +``` + for example: + +``` ./usenetfind -c /etc/usenetsearch.conf -s 'itanium compiler' -n 5 +``` There's also a dbdump executable that lets you dump the .db files in the database directory. All the executables allow you to pass -h to get help.