From b3caf3f307b4c3f8dcc01258f8ba6f00a3ee5a5a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 14 Oct 2015 22:36:05 +0200 Subject: Parsing bible refs; read command --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6d44631..b113532 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ You're going to need one or several translations. One possibility is to [get the $ ./cli.py load --type=biblehub bibles.txt $ rm bibles.zip bibles.txt +## Usage + +See `./cli.py --help` for general instructions and `./cli.py command --help` for command specific instructions. + +## Examples + + $ ./cli.py read 'John 1:1-3' --nl + 1:1 In the beginning was the Word, and the Word was with God, and the Word was God. + 2 The same was in the beginning with God. + 3 All things were made through him; and without him was not anything made that hath been made. + ## To do Add a table for cross references, and a script to read in the database from [OpenBible.info][openbibledb]. -- cgit v1.2.3