From cb1f6c860866629d477ff3596c9b9a897a0f14ae Mon Sep 17 00:00:00 2001 From: Judah Date: Mon, 4 Mar 2024 17:46:36 -0500 Subject: [PATCH] feat[readme] Added readme --- README.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..5ec2d9d --- /dev/null +++ b/README.org @@ -0,0 +1,23 @@ +#+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