feat[readme] Added readme
This commit is contained in:
parent
c39d006fec
commit
cb1f6c8608
23
README.org
Normal file
23
README.org
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user