From 29346994f8da3f6bae371ffdbd9a09fadf42a27d Mon Sep 17 00:00:00 2001 From: Alexander Bocken <32177905+AlexBocken@users.noreply.github.com> Date: Wed, 27 May 2020 12:22:31 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17392e2..4d824c5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Code largely based off of [https://github.com/bontibon/kjv.git](https://github.c ## Usage +``` usage: ./bibel [flags] [reference...] -l list books @@ -37,15 +38,17 @@ Code largely based off of [https://github.com/bontibon/kjv.git](https://github.c All verses in a book that match a pattern :/ All verses in a chapter of a book that match a pattern +``` ## Build bibel can be built by cloning the repository and then running make: +```bash git clone https://github.com/AlexBocken/bibel.git cd bibel sudo make install - +``` ## License Public domain