docs: Updated readme
This commit is contained in:
parent
fba5ac850f
commit
f156c5a4b7
@ -1,13 +1,15 @@
|
|||||||
#+title: Readme
|
#+title: Readme
|
||||||
* ESV license notes
|
* ESV license notes
|
||||||
The ESV license doesn't allow me to distribute copies of the ESV with this project.
|
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]].
|
Therefore, this project has a derivation to fetch a copy and convert it appropriately.
|
||||||
|
|
||||||
* Install
|
* Build
|
||||||
|
Previous versions of this script used a Makefile.
|
||||||
|
The current version uses a nix flake, because I wanted practice writing flakes.
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
git clone https://git.freedomland.xyz/judahsotomayor/esv
|
git clone https://git.freedomland.xyz/judahsotomayor/esv
|
||||||
cd esv
|
cd esv
|
||||||
sudo make install
|
nix build
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Use
|
* Use
|
||||||
|
Loading…
Reference in New Issue
Block a user