aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index f366d49..a9cf063 100644
--- a/readme.md
+++ b/readme.md
@@ -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: