diff options
author | Your Name <you@example.com> | 2020-11-06 13:09:19 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2020-11-06 13:09:19 -0500 |
commit | 7fc8ebf27892eb02488fd2e75ca35ae48f596782 (patch) | |
tree | e3298ed2e5d9e6ee61dcb54860d7b24d917b513d /readme.md | |
parent | db1b4c3f11e7f823629fdc78d7088043f8b9b401 (diff) | |
download | libbible-7fc8ebf27892eb02488fd2e75ca35ae48f596782.tar.gz libbible-7fc8ebf27892eb02488fd2e75ca35ae48f596782.tar.bz2 libbible-7fc8ebf27892eb02488fd2e75ca35ae48f596782.zip |
Updated readme to use correct syntax highlighting
Diffstat (limited to 'readme.md')
-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: |