Save the output to a given file instead of outputting to stdout:
./ourbigbook --outfile not-readme.html not-readme.bigb
The generated output is slightly different than that of:
because with
./ourbigbook not-readme.bigb > not-readme.html
--outfile
we know where the output is going, and so we can generate relative includes to default CSS/JavaScript files.