add build steps
This commit is contained in:
parent
2b3549754b
commit
1ab8fb29a5
10
README.md
10
README.md
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Read the Word of God from your terminal
|
||||
|
||||
# Usage
|
||||
## Usage
|
||||
|
||||
usage: ./kjv [flags] <references...>
|
||||
|
||||
|
|
@ -31,6 +31,14 @@ Read the Word of God from your terminal
|
|||
<Book>:<Chapter>/<Search>
|
||||
All verses in a chapter of a book that match a pattern
|
||||
|
||||
## Build
|
||||
|
||||
kjv can be built by cloning the repository and then running make:
|
||||
|
||||
git clone https://github.com/bontibon/kjv.git
|
||||
cd kjv
|
||||
make
|
||||
|
||||
## License
|
||||
|
||||
Public domain
|
||||
|
|
|
|||
Loading…
Reference in New Issue