Update README.md

This commit is contained in:
Alexander Bocken 2020-05-27 12:22:31 +02:00 committed by GitHub
parent 90da6d042f
commit 29346994f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<Book>:<Chapter>/<Search>
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