add build steps

This commit is contained in:
Tim Cooper 2018-08-12 11:54:42 -03:00
parent 2b3549754b
commit 1ab8fb29a5

View File

@ -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