diff options
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ This library provides a simplified interface to the SWORD project. The library can be compiled into a sharable object file and installed to the system. This is the default make option: -``` +```console make sudo make install ``` @@ -17,13 +17,13 @@ The full interface is available in libbible.h. An example cli is included with libbible, which can be compiled using: -``` +```console make bible ``` The interface is simplistic, and uses a subset of libbible's functionality: -``` +```console ./bible --help Usage: |