aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/readme.md b/readme.md
index 21be739..7eca841 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,7 @@ This library provides a simplified interface to the SWORD project.
##libbible.so
-The library can be compiled into a sharable object file and installed to the system. This is the default make option:
+The library can be compiled into a sharable object file and installed to the system:
```console
make
@@ -15,16 +15,10 @@ The full interface is available in libbible.h.
##bible
-An example cli is included with libbible, which can be compiled using:
+An example cli is included with libbible. It is designed to showcase the functionality of libbible:
```console
-make bible
-```
-
-The interface is simplistic, and uses a subset of libbible's functionality:
-
-```console
-./bible --help
+bible --help
Usage:
bible [options] [reference]
@@ -42,7 +36,7 @@ Options:
--list-installable=<lang> list bible versions available for download and install. Default lists for all languages.
--install-network <mod> install module from the network where <mod> is LANG:NAME as provided by --list-installable
--install-zip <path> install module from a zip file
- --remove-mod <mod> delete a mod from the system
+ --remove-module <mod> delete a mod from the system
Examples: