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.