formatting

This commit is contained in:
John Sennesael 2021-10-21 09:04:23 -05:00
parent 4d8eca466a
commit 319bc9e436
1 changed files with 10 additions and 0 deletions

View File

@ -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.