Merge branch 'master' of https://github.com/AlexBocken/bibel
This commit is contained in:
commit
fd0534789c
@ -11,6 +11,7 @@ Code largely based off of [https://github.com/bontibon/kjv.git](https://github.c
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
```
|
||||||
usage: ./bibel [flags] [reference...]
|
usage: ./bibel [flags] [reference...]
|
||||||
|
|
||||||
-l list books
|
-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 book that match a pattern
|
||||||
<Book>:<Chapter>/<Search>
|
<Book>:<Chapter>/<Search>
|
||||||
All verses in a chapter of a book that match a pattern
|
All verses in a chapter of a book that match a pattern
|
||||||
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
bibel can be built by cloning the repository and then running make:
|
bibel can be built by cloning the repository and then running make:
|
||||||
|
|
||||||
|
```bash
|
||||||
git clone https://github.com/AlexBocken/bibel.git
|
git clone https://github.com/AlexBocken/bibel.git
|
||||||
cd bibel
|
cd bibel
|
||||||
sudo make install
|
sudo make install
|
||||||
|
```
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Public domain
|
Public domain
|
||||||
|
Loading…
Reference in New Issue
Block a user