esv/README.org
Judah fc86a09bbf feat[converter] Added converter tools
I added converter tools and a download task to make.
This ensures I can distribute the program without running into legal
issues about distributin the ESV.
2024-03-04 21:21:02 -05:00

24 lines
503 B
Org Mode

#+title: Readme
* 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