Judah
6244d5f258
I gpl'd convert.py. Everything else remains in the public domain. I also modified readme.
28 lines
762 B
Org Mode
28 lines
762 B
Org Mode
#+title: Readme
|
|
* ESV license notes
|
|
The ESV license doesn't allow me to distribute copies of the ESV with this project.
|
|
I've requested permission, but in the meantime the project will automatically download a copy of the ESV from the [[https://bolls.life/api/][Bolls api]].
|
|
|
|
* Install
|
|
#+begin_src shell
|
|
git clone https://git.freedomland.xyz/judahsotomayor/esv
|
|
cd esv
|
|
sudo make install
|
|
#+end_src
|
|
|
|
* Use
|
|
#+begin_src shell :results drawer
|
|
esv John 3:16
|
|
#+end_src
|
|
|
|
#+RESULTS:
|
|
: John
|
|
: 3:16 “For God so loved the world, that he gave his only Son, that whoever
|
|
: believes in him should not perish but have eternal life.
|
|
|
|
* Credits
|
|
Thanks to Luke Smith's kjv project.
|
|
I took the awk scripts, Makefile, and shell script from him.
|
|
|
|
https://github.com/LukeSmithxyz/kjv
|